[llvm] [CodeGen][NPM] Support CodeGenSCCOrder in pipeline (PR #136818)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 24 00:01:26 PDT 2025
================
@@ -0,0 +1,278 @@
+; RUN: llc -enable-new-pm -disable-verify -mtriple=amdgcn--amdhsa -print-pipeline-passes < %s 2>&1 \
+; RUN: | FileCheck -check-prefix=GCN-O2 %s
+
+; RUN: llc -O3 -enable-new-pm -disable-verify -mtriple=amdgcn--amdhsa -print-pipeline-passes < %s 2>&1 \
----------------
arsenm wrote:
-disable-verify should be removed, it only disables the initial run of the IR verifier on the input
https://github.com/llvm/llvm-project/pull/136818
More information about the llvm-commits
mailing list