[llvm] [CodeGen][NPM] Support CodeGenSCCOrder in pipeline (PR #136818)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 23 02:42:27 PDT 2025
================
@@ -0,0 +1,143 @@
+; RUN: llc -O3 -enable-new-pm -mtriple=amdgcn--amdhsa -disable-verify -print-pipeline-passes < %s 2>&1 \
+; RUN: | FileCheck -check-prefix=GCN-O3 %s
+
+; REQUIRES: asserts
----------------
arsenm wrote:
Don't think this requires asserts
https://github.com/llvm/llvm-project/pull/136818
More information about the llvm-commits
mailing list