[llvm] [llvm][CodeGen] Fix the issue caused by live interval checking in window scheduler (PR #123184)

Hua Tian via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 23:09:05 PST 2025


================
@@ -0,0 +1,60 @@
+# REQUIRES: asserts
+# 
+# RUN: llc --mtriple=hexagon %s -run-pass=pipeliner -debug-only=pipeliner \
+# RUN: -filetype=null 2>&1 | FileCheck %s
+
+# The bug was reported at https://github.com/llvm/llvm-project/issues/123165.
+# It is caused by the corruption of live intervals in certain scenarios.
+#
+# We check window scheduling logs to ensure that there is no crashing.
----------------
huaatian wrote:

Updated

https://github.com/llvm/llvm-project/pull/123184


More information about the llvm-commits mailing list