[llvm] [llvm][CodeGen] update live intervals for ModuloScheduleExpanderMVE (PR #132677)

Hua Tian via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 7 04:42:37 PDT 2025


================
@@ -0,0 +1,180 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc --mtriple=aarch64 %s -run-pass=pipeliner -o -| FileCheck %s
+
+...
+---
+name:            foo
+tracksRegLiveness: true
+body:             |
+  ; CHECK-LABEL: name: foo
----------------
huaatian wrote:

The checks here are automatically generated using `update_mir_test_checks.py`. I understand this is a common practice. If a scheduling optimization results in a false positive, this test case can be updated by re-running `update_mir_test_checks.py`.

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


More information about the llvm-commits mailing list