[llvm] [PHIElimination] Verify reappropriated COPY is of similar register class (PR #146337)

Mikael Holmén via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 1 00:32:08 PDT 2025


================
@@ -1,5 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
-# RUN: llc -run-pass=phi-node-elimination -mtriple=aarch64-linux-gnu -o - %s | FileCheck %s
+# RUN: llc -run-pass=livevars,phi-node-elimination -mtriple=aarch64-linux-gnu -o - %s | FileCheck %s
----------------
mikaelholmen wrote:

Is this enough to test the bbi-108462_3_aarch64.mir problem or should you add some version of the mir from that as well?


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


More information about the llvm-commits mailing list