[PATCH] D26572: RegAllocGreedy: Properly initialize this pass, so that -run-pass will work

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 11 16:55:03 PST 2016


davide added a comment.

This seems reasonable. Are you aware of other passes that don't use INITIALIZE_PASS without a good reason?
@MatzeB pointed out earlier on IRC `InstPrinter` but that's not quite easy to fix.


https://reviews.llvm.org/D26572





More information about the llvm-commits mailing list