[llvm] [llvm][CodeGen] Fixed max cycle calculation with zero-cost instructions for window scheduler (PR #99454)

Kai Yan via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 20:35:02 PDT 2024


================
@@ -0,0 +1,42 @@
+# REQUIRES: asserts
+# RUN: llc --march=hexagon %s -run-pass=pipeliner -debug-only=pipeliner \
+# RUN: -window-sched=force -filetype=null -verify-machineinstrs 2>&1 \
+# RUN: | FileCheck %s
+
+# CHECK-NOT: Can't find a valid II. Keep searching...
----------------
kaiyan96 wrote:

Updated

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


More information about the llvm-commits mailing list