[PATCH] D16182: [mips][microMIPS][DSP] Implement BALIGN, BITREV, BPOSGE32, CMP*, CMPGDU*, CMPGU* and CMPU* instructions
Simon Dardis via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 05:03:51 PDT 2016
sdardis added a comment.
Thanks Matthew, extra change highlighted.
================
Comment at: lib/Target/Mips/MicroMipsDSPInstrInfo.td:518
@@ +517,3 @@
+def BITREV_MM : DspMMRel, BITREV_MM_ENC, BITREV_MM_DESC;
+def BPOSGE32_MM : DspMMRel, BPOSGE32_MM_ENC, BPOSGE32_MM_DESC;
+def CMP_EQ_PH_MM : DspMMRel, CMP_EQ_PH_MM_ENC, CMP_EQ_PH_DESC;
----------------
This needs to be marked as being unavailable on microMIPSDSPR6.
http://reviews.llvm.org/D16182
More information about the llvm-commits
mailing list