[PATCH] D20984: add control flags to LICM
Sebastian Pop via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 13:58:34 PDT 2016
sebpop added a comment.
In http://reviews.llvm.org/D20984#449941, @andrew.w.kaylor wrote:
> You definitely could (and I think should) do this with opt-bisect.
I was trying to completely disable LICM for perf analysis, not bisecting a correctness problem with LICM.
I will modify the patch to use opt-bisect. Thanks for the review.
Repository:
rL LLVM
http://reviews.llvm.org/D20984
More information about the llvm-commits
mailing list