[llvm] [CodeGen][NPM] Support generic regalloc-npm option (PR #135149)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 13 02:05:31 PDT 2025


arsenm wrote:

> Right now other passes can be run here (will need to add a way to mark a pass as a regalloc pass) If `-passes` is used, this argument will be ignored. 

Ignore is bad. If we're going to have this embedded flag, it needs to be a hard error that you can't mix the flags.



https://github.com/llvm/llvm-project/pull/135149


More information about the llvm-commits mailing list