[PATCH] D20310: Teach LLVM about Power 9 D-Form VSX Instructions

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 09:01:43 PDT 2016


nemanjai added a comment.

This is going to need some additional work to restrict the register sets for all the instructions. Of course, these are scalar loads/stores but they're restricted to the upper 32 VSX registers (the VMX registers) so we can't use the full vsfrc/vssrc register classes.


http://reviews.llvm.org/D20310





More information about the llvm-commits mailing list