[PATCH] D13130: [mips][microMIPS] Implement ADDQ.PH, ADDQ_S.W, ADDQH.PH, ADDQH.W, ADDSC, ADDU.PH, ADDU_S.QB, ADDWC and ADDUH.QB instructions

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 02:54:36 PDT 2015


dsanders accepted this revision.
dsanders added a comment.
This revision is now accepted and ready to land.

LGTM. I've mentioned a merge conflict you'll get due to upstream changes below.


================
Comment at: test/MC/Mips/micromips32r6/micromips-dsp-instructions.s:1
@@ -1,2 +1,2 @@
 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 -mattr=micromips -mattr=+dsp | FileCheck %s
 
----------------
dsanders wrote:
> (about filename):
> I didn't spot this on the previous patch, but this is in the wrong directory too. At test/MC/Mips we have a directory for each ISA and each ASE. DSP is an ASE so this should be in test/MC/Mips/micromips-dsp/valid.txt
> 
> I'll correct the repo.
You'll need to apply this to test/MC/Mips/micromips-dsp/valid.txt instead of test/MC/Mips/micromips32r6/micromips-dsp-instructions.s since I've fixed the layout in the repo.


http://reviews.llvm.org/D13130





More information about the llvm-commits mailing list