[PATCH] D16366: Honor 'optnone' functions in the pre-RA MI Scheduler.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 14:48:39 PST 2016


mcrosier closed this revision.
mcrosier added a comment.

I decided on a slightly different patch (with a test case), which was committed in r258363.  If the function is marked optnone neither the subtarget or the -enable-misched command line option will enable the scheduler.


http://reviews.llvm.org/D16366





More information about the llvm-commits mailing list