[PATCH] D20984: add control flags to LICM

Andy Kaylor via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 10:06:28 PDT 2016


andrew.w.kaylor added a comment.

In http://reviews.llvm.org/D20984#450220, @sebpop wrote:

> I was trying to completely disable LICM for perf analysis, not bisecting a correctness problem with LICM.


In that case, opt-bisect may not do what you need, because it will disable all optimizations after this as well.  Several other passes have options to completely disable them apart from the opt-bisect option.  It would still be nice to have case-by-case bisect support here, but if that's not what you wanted I can add that later.


Repository:
  rL LLVM

http://reviews.llvm.org/D20984





More information about the llvm-commits mailing list