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

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


================
@@ -0,0 +1,13 @@
+; RUN: opt -p 'no-op-module' %s --filetype=null --disable-pipeline-verification --print-pipeline-passes | \
+; RUN: FileCheck %s --check-prefix=TEXT
+
+; RUN: opt -p 'no-op-module,function(no-op-function)' %s --filetype=null \
+; RUN: --disable-pipeline-verification --print-pipeline-passes=tree | \
----------------
boomanaiden154 wrote:

I don't think we need to disable pipeline verification here or above?

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


More information about the llvm-commits mailing list