Files
clang-p2996/llvm/test/CodeGen/PowerPC/ppc-float-spill.ll
Stefan Pintilie 2e47aafb02 [PowerPC] Fix float materialization patterns.
Two of the float materialization patterns use the VSSRC regsiter class. This
register class is not available before Power 8. The patterns will stay the same
for Power 8 and up but must use the class F4RC for Power 7 and earlier.

This patch fixes those patterns.

Reviewed By: nemanjai, amyk, #powerpc

Differential Revision: https://reviews.llvm.org/D142120
2023-02-13 10:18:53 -05:00

10 KiB