[PATCH] D8717: Add a callback to FunctionPass to enable skipping execution on a per-function basis
Akira Hatanaka
ahatanak at gmail.com
Mon Jul 27 09:25:54 PDT 2015
ahatanak added a comment.
Hi Vladimir,
Does the test still fail if you revert the changes made to ARMPassConfig::addIRPasses?
I'm not sure what your clean-up patch looks like, but I'm guessing the changes you made caused the predicate function passed to createCFGSimplificationPass to return false, which caused CFGSimplifyPass::runOnFunction to return immediately.
Repository:
rL LLVM
http://reviews.llvm.org/D8717
More information about the llvm-commits
mailing list