[PATCH] D19449: Add optimization bisect opt-in calls for AArch64 passes
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 23 06:04:50 PDT 2016
rengolin accepted this revision.
rengolin added a reviewer: rengolin.
rengolin added a comment.
This revision is now accepted and ready to land.
IIRC, the three passes you mention are not for optimization, bot late code generation fixups.
>From what I followed in your skipFunction() implementation, this is only enabled for debug purposes, to bisect and find problems, in which case, LGTM.
Thanks!
Repository:
rL LLVM
http://reviews.llvm.org/D19449
More information about the llvm-commits
mailing list