mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Disable reassociation pass in LLC until it is fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3883 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
35fcad0193
commit
c308aefe92
@ -129,7 +129,7 @@ TargetMachine::addPassesToEmitAssembly(PassManager &PM, std::ostream &Out)
|
||||
if (!DisablePreSelect)
|
||||
{
|
||||
PM.add(createPreSelectionPass(*this));
|
||||
PM.add(createReassociatePass());
|
||||
/* PM.add(createReassociatePass()); */
|
||||
PM.add(createGCSEPass());
|
||||
PM.add(createLICMPass());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user