[llvm] [CodeGen][NPM] Support CodeGenSCCOrder in pipeline (PR #136818)
Akshat Oke via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 23 21:52:18 PDT 2025
================
@@ -0,0 +1,143 @@
+; RUN: llc -O3 -enable-new-pm -mtriple=amdgcn--amdhsa -disable-verify -print-pipeline-passes < %s 2>&1 \
----------------
optimisan wrote:
-verify-machineinstrs doesn't work in NPM, it is replaced by -verify-each which just verifies in the instrumentation.
https://github.com/llvm/llvm-project/pull/136818
More information about the llvm-commits
mailing list