[llvm] [PowerPC] Add phony subregisters to cover the high half of the VSX registers. (PR #94628)
Kai Luo via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 25 02:39:05 PDT 2024
================
@@ -0,0 +1,27 @@
+# RUN: llc -mtriple powerpc64le-unknown-linux-gnu -mcpu=pwr8 -x mir < %s \
----------------
bzEq wrote:
Ok, I see. The `HasDisjunctSubRegs` bit is false without this PR, so that `MRI->shouldTrackSubRegLiveness(...)` returns false.
https://github.com/llvm/llvm-project/pull/94628
More information about the llvm-commits
mailing list