[PATCH] D32880: [PPC] Change the register constraint of the first source operand of instruction mtvsrdd to g8rc_nox0
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 15:00:27 PDT 2017
nemanjai added a comment.
We should definitely get this committed. Is it of any value to add a test case for the changes to the disassembler?
================
Comment at: lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp:207
+static const unsigned G80Regs[] = {
+ PPC::ZERO8, PPC::X1, PPC::X2, PPC::X3,
----------------
How come this wasn't needed before and is needed now?
https://reviews.llvm.org/D32880
More information about the llvm-commits
mailing list