[PATCH] D18576: Initial implementation of optimization bisect
Michael Zolotukhin via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 29 17:59:56 PDT 2016
mzolotukhin added a comment.
Hi,
I don't think optnone-aware passes and the passes we might want to bisect are the same. Even with optnone we probably want to run some very trivial optimizations (e.g. ConstantProp), and I think bisection should cover those too.
Michael
PS: Thanks for doing this, I'm really excited about this feature!
Repository:
rL LLVM
http://reviews.llvm.org/D18576
More information about the llvm-commits
mailing list