[llvm] Reland "[CodeGen] Support start/stop in CodeGenPassBuilder (#70912)" (PR #78570)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 16:21:38 PST 2024


paperchalice wrote:

> I'm confused, `getPassInfo()` should only be used for the legacy pass manager?

Yes, but in unit test I use the option `-start-after=no-op-module`, legacy pass manager doesn't recognize `no-op-module`.

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


More information about the llvm-commits mailing list