[llvm] [CodeGen][NPM] Support CodeGenSCCOrder in pipeline (PR #136818)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 23 01:18:47 PDT 2025
================
@@ -0,0 +1,144 @@
+; UNSUPPORTED: expensive_checks
+; RUN: llc -O3 -enable-new-pm -mtriple=amdgcn--amdhsa -disable-verify -print-pipeline-passes < %s 2>&1 \
+; RUN: | tr ',' '\n' | FileCheck -check-prefix=GCN-O3 %s
----------------
arsenm wrote:
Why do you need tr? Does this work on windows
https://github.com/llvm/llvm-project/pull/136818
More information about the llvm-commits
mailing list