[PATCH] D34809: [mips] Pick the right variant of DINS upfront and enable target instruction verification

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 03:15:42 PDT 2017


sdardis updated this revision to Diff 104836.
sdardis added a comment.

Update the diff to a buildable one.


https://reviews.llvm.org/D34809

Files:
  lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
  lib/Target/Mips/MicroMips64r6InstrInfo.td
  lib/Target/Mips/MicroMipsInstrInfo.td
  lib/Target/Mips/Mips64InstrInfo.td
  lib/Target/Mips/MipsInstrInfo.cpp
  lib/Target/Mips/MipsInstrInfo.h
  lib/Target/Mips/MipsInstrInfo.td
  lib/Target/Mips/MipsSEISelDAGToDAG.cpp
  test/CodeGen/Mips/dins.ll
  test/CodeGen/Mips/fcopysign-f32-f64.ll
  test/CodeGen/Mips/fcopysign.ll
  test/CodeGen/Mips/instverify/dext-pos.mir
  test/CodeGen/Mips/instverify/dext-size.mir
  test/CodeGen/Mips/instverify/dextm-pos-size.mir
  test/CodeGen/Mips/instverify/dextm-pos.mir
  test/CodeGen/Mips/instverify/dextm-size.mir
  test/CodeGen/Mips/instverify/dextu-pos-size.mir
  test/CodeGen/Mips/instverify/dextu-pos.mir
  test/CodeGen/Mips/instverify/dextu-size.mir
  test/CodeGen/Mips/instverify/dins-pos-size.mir
  test/CodeGen/Mips/instverify/dins-pos.mir
  test/CodeGen/Mips/instverify/dins-size.mir
  test/CodeGen/Mips/instverify/dinsm-pos-size.mir
  test/CodeGen/Mips/instverify/dinsm-pos.mir
  test/CodeGen/Mips/instverify/dinsm-size.mir
  test/CodeGen/Mips/instverify/dinsu-pos-size.mir
  test/CodeGen/Mips/instverify/dinsu-pos.mir
  test/CodeGen/Mips/instverify/dinsu-size.mir
  test/CodeGen/Mips/instverify/ext-pos-size.mir
  test/CodeGen/Mips/instverify/ext-pos.mir
  test/CodeGen/Mips/instverify/ext-size.mir
  test/CodeGen/Mips/instverify/ins-pos-size.mir
  test/CodeGen/Mips/instverify/ins-pos.mir
  test/CodeGen/Mips/instverify/ins-size.mir
  test/CodeGen/Mips/mips64-f128.ll
  test/CodeGen/Mips/mips64extins.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34809.104836.patch
Type: text/x-patch
Size: 48741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170630/b153efff/attachment.bin>


More information about the llvm-commits mailing list