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

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 11 17:11:28 PST 2016


MatzeB added a comment.

In https://reviews.llvm.org/D26572#593502, @davide wrote:

> This seems reasonable. Are you aware of other passes that don't use INITIALIZE_PASS without a good reason?


For example RABasic, I am sure you will find more. Patches highly welcome :)


https://reviews.llvm.org/D26572





More information about the llvm-commits mailing list