[PATCH] D22868: [AArch64] Register passes so they can be run by llc
Tim Northover via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 27 09:31:26 PDT 2016
t.p.northover added a comment.
Why are only some names conflicting? I'm not quite sure why registering a pass would add an option, at least not in all cases (it seems particularly inappropriate for llc, which doesn't work like that).
It would also be good to be consistent if possible rather than having some with "-aarch64-enable-whatever" and some just "-aarch64-whatever".
https://reviews.llvm.org/D22868
More information about the llvm-commits
mailing list