[llvm] [Passes] Enhance `--print-pipeline-passes` (PR #202892)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 06:11:55 PDT 2026


boomanaiden154 wrote:

> Pass pipeline string is white space sensitive

This is a bit unfortunate but I would imagine pretty easy to fix. Whitespace doesn't have any semantic meaning in the parser so it should be possible to just make the parser skip whitespace.

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


More information about the llvm-commits mailing list