[PATCH] D14928: [PostRA scheduling] Allow a subtarget to do scheduling when it wants post RA

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 23 15:55:37 PST 2015


hfinkel added a subscriber: hfinkel.
hfinkel added a comment.

Please post this with full context.

Why don't you just return false from enablePostRAScheduler() and then schedule the pass yourself anyway (and just fix the scheduler so it does not abort)?


http://reviews.llvm.org/D14928





More information about the llvm-commits mailing list