[PATCH] D19449: Add optimization bisect opt-in calls for ARM passes
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 10:09:31 PDT 2016
probinson added a subscriber: probinson.
probinson added a comment.
In http://reviews.llvm.org/D19449#410005, @rengolin wrote:
> 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!
The optnone aspect is controlled in the source via a pragma or attribute. Does that change your opinion?
Repository:
rL LLVM
http://reviews.llvm.org/D19449
More information about the llvm-commits
mailing list