[llvm] [TailDup][MachineSSAUpdater] Let RewriteUse insert a COPY when needed (PR #95553)
Björn Pettersson via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 19 08:41:55 PDT 2024
================
@@ -0,0 +1,198 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -verify-machineinstrs -mtriple aarch64-none-linux-gnu -run-pass early-tailduplication -o - %s | FileCheck %s
+
+# These tests used to hit verification failure due to register class
+# mismatches after tail dupilication (and the SSA form updates).
+
+# In test1 we have a simple case when the COPY:s already are duplicated, but
----------------
bjope wrote:
Thanks! I've replaced the plural ":s" after abbreviations to just add "s". I'll try to remember that in the future.
https://github.com/llvm/llvm-project/pull/95553
More information about the llvm-commits
mailing list