[llvm] [RegisterCoalescer] Fix SUBREG_TO_REG handling in the RegisterCoalescer. (PR #96839)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 23 10:09:53 PDT 2024
================
@@ -0,0 +1,37 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -mtriple x86_64-unknown-unknown -x mir < %s \
----------------
arsenm wrote:
```suggestion
# RUN: llc -mtriple x86_64-unknown-unknown %s \
```
https://github.com/llvm/llvm-project/pull/96839
More information about the llvm-commits
mailing list