[llvm] [llvm][CodeGen] Fix the issue caused by live interval checking in window scheduler (PR #123184)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 23:10:42 PST 2025
================
@@ -1,22 +1,19 @@
# REQUIRES: asserts
#
-# RUN: llc --mtriple=hexagon %s -run-pass=pipeliner -debug-only=pipeliner \
-# RUN: -filetype=null 2>&1 | FileCheck %s
+# RUN: llc --mtriple=hexagon %s -run-pass=pipeliner -filetype=null \
----------------
arsenm wrote:
Can't check the output with filetype=null
https://github.com/llvm/llvm-project/pull/123184
More information about the llvm-commits
mailing list