[PATCH] D19449: Add optimization bisect opt-in calls for ARM passes

Andy Kaylor via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 10:14:41 PDT 2016


andrew.w.kaylor added a comment.

Yes, the intention is to avoid skipping passes that are required for code generation, and this is only enabled for debugging purposes.

The "OptNone" attribute has different motivation than the opt bisect, but in both cases the optimizations are being disabled in response to direct user action.


Repository:
  rL LLVM

http://reviews.llvm.org/D19449





More information about the llvm-commits mailing list