mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Add the simplify-libcalls pass.
llvm-svn: 21585
This commit is contained in:
parent
58a23e6e90
commit
2f676b4fd8
@ -95,6 +95,7 @@ void AddConfiguredTransformationPasses(PassManager &PM) {
|
||||
|
||||
if (!DisableInline)
|
||||
addPass(PM, createFunctionInliningPass()); // Inline small functions
|
||||
addPass(PM, createSimplifyLibCallsPass()); // Library Call Optimizations
|
||||
addPass(PM, createArgumentPromotionPass()); // Scalarize uninlined fn args
|
||||
|
||||
addPass(PM, createRaisePointerReferencesPass());// Recover type information
|
||||
|
Loading…
Reference in New Issue
Block a user