mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-03 01:48:15 +00:00
Removed LICM and GCSE.
llvm-svn: 19003
This commit is contained in:
parent
a4c2a78ddc
commit
c537a19bad
@ -179,9 +179,9 @@ SparcV9TargetMachine::addPassesToEmitAssembly(PassManager &PM, std::ostream &Out
|
||||
PM.add(createLowerSelectPass());
|
||||
|
||||
// Run basic LLVM dataflow optimizations, to clean up after pre-selection.
|
||||
PM.add(createReassociatePass());
|
||||
PM.add(createLICMPass());
|
||||
PM.add(createGCSEPass());
|
||||
//PM.add(createReassociatePass());
|
||||
//PM.add(createLICMPass());
|
||||
//PM.add(createGCSEPass());
|
||||
|
||||
// If the user's trying to read the generated code, they'll need to see the
|
||||
// transformed input.
|
||||
|
Loading…
x
Reference in New Issue
Block a user