[llvm] [NewPM][CodeGen][llc] Add NPM support (PR #70922)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 10:03:01 PST 2024


================
@@ -0,0 +1,4 @@
+; RUN: llc -mtriple=x86_64-pc-linux-gnu -enable-new-pm -print-pipeline-passes -start-before=mergeicmps -stop-after=gc-lowering -filetype=null %s | FileCheck %s
----------------
aeubanks wrote:

should `FileCheck --match-full-lines %s`

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


More information about the llvm-commits mailing list