[llvm] [CodeGen][NPM] Support CodeGenSCCOrder in pipeline (PR #136818)
Akshat Oke via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 23 01:51:58 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
----------------
optimisan wrote:
Multiple tests use `sed`, so I figured I'll see if `tr` works in the PR check below on windows. It is passing but I don't know how yet, so I can remove `tr` and do something else.
https://github.com/llvm/llvm-project/pull/136818
More information about the llvm-commits
mailing list