[llvm] [MachinePipeliner] Fix fragile tests (PR #123169)

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 00:27:08 PST 2025


================
@@ -0,0 +1,267 @@
+# RUN: llc -mtriple=hexagon -mcpu=hexagonv73 -O2 -mattr=+hvxv73,hvx-length64b \
----------------
kasuga-fj wrote:

Added a new test `swp-initiation-interval.mir` to verify that the pipeline is applied. Is it enough to check the initiation interval? If a small change in the order of instructions is acceptable, I would prefer to avoid making sure that the schedule results match perfectly.

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


More information about the llvm-commits mailing list