[PATCH] D67513: [PowerPC] Remove the SPE4RC register class and instead add f32 to the GPRC register class.
Justin Hibbits via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 12 13:17:07 PDT 2019
jhibbits added a comment.
Thanks for getting rid of SPE4RC, I really did not like it, but couldn't think of a better way. Glad you did.
It looks like you're changing more than just removing SPE4RC in this diff. Do the tests really change because of the removal?
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrInfo.cpp:2457
- PPC::RESTORE_VRSAVE, PPC::QVLFDX, PPC::QVLFSXs, PPC::QVLFDXb,
- PPC::SPILLTOVSR_LD}};
----------------
Is this an extra change? Doesn't look to be needed for the SPE4RC removal.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67513/new/
https://reviews.llvm.org/D67513
More information about the llvm-commits
mailing list