Disabling context prop pass until register spilling is implemented.
This commit is contained in:
parent
d323e6d3ec
commit
e785e31a6f
|
@ -40,7 +40,7 @@ PPCTranslator::PPCTranslator(PPCFrontend* frontend) :
|
||||||
|
|
||||||
// Passes are executed in the order they are added. Multiple of the same
|
// Passes are executed in the order they are added. Multiple of the same
|
||||||
// pass type may be used.
|
// pass type may be used.
|
||||||
compiler_->AddPass(new passes::ContextPromotionPass());
|
//compiler_->AddPass(new passes::ContextPromotionPass());
|
||||||
compiler_->AddPass(new passes::SimplificationPass());
|
compiler_->AddPass(new passes::SimplificationPass());
|
||||||
// TODO(benvanik): run repeatedly?
|
// TODO(benvanik): run repeatedly?
|
||||||
compiler_->AddPass(new passes::ConstantPropagationPass());
|
compiler_->AddPass(new passes::ConstantPropagationPass());
|
||||||
|
|
Loading…
Reference in New Issue