[llvm] [PowerPC] Add phony subregisters to cover the high half of the VSX registers. (PR #94628)
Stefan Pintilie via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 09:51:40 PDT 2024
================
@@ -0,0 +1,27 @@
+# RUN: llc -mtriple powerpc64le-unknown-linux-gnu -mcpu=pwr8 -x mir < %s \
----------------
stefanp-ibm wrote:
> Can we pre-commit this test case? Without this PR, this case should fail verification?
Well, the issue is that without the fix in `RegisterCoalescer.cpp` the test will fail. However, without this entire patch this test will still pass. We need the fix in the register classes for this test to start failing.
https://github.com/llvm/llvm-project/pull/94628
More information about the llvm-commits
mailing list