[PATCH] D19450: Add optimization bisect opt-in calls for AMDGPU passes
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 10:06:04 PDT 2016
probinson added a subscriber: probinson.
probinson added a comment.
> Note that the call to skipFunction() will also check for the "optnone" function attribute, so this can theoretically result in passes being skipped even when optimization bisect is not being done. However, I believe that any pass that can be safely skipped should be skipped for functions with the optnone attribute. Where the OptNone function attribute was being checked, it is now being checked within the call to skipFunction().
The original optnone implementation never got to targets other than X86, so thank you for this!
Repository:
rL LLVM
http://reviews.llvm.org/D19450
More information about the llvm-commits
mailing list