[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
Thu Jan 16 03:45:13 PST 2025
================
@@ -0,0 +1,61 @@
+# REQUIRES: asserts
+#
+# RUN: llc --mtriple=hexagon %s -run-pass=pipeliner -debug-only=pipeliner \
+# RUN: -window-sched=force -filetype=null -verify-machineinstrs 2>&1\
----------------
arsenm wrote:
Don''t need -verify-machineinstrs
https://github.com/llvm/llvm-project/pull/123184
More information about the llvm-commits
mailing list