[PATCH] D19475: [mips] Clang generates unaligned offset for MSA instruction st.d

Matija Amidžić via llvm-commits llvm-commits at lists.llvm.org
Fri May 6 05:08:37 PDT 2016


mamidzic updated this revision to Diff 56399.
mamidzic added a comment.

Changed the names of operands from addrimm10al[2,4,8] to addrimm10lsl[1,2,3].
Removed the changing of offsets in selectIntAddrMSAAlign(). If the unaligned offset is detected, selectAddrDefault() is now called.
Changed tests so that they reflect the changes in the patch.


http://reviews.llvm.org/D19475

Files:
  lib/Target/Mips/MipsISelDAGToDAG.cpp
  lib/Target/Mips/MipsISelDAGToDAG.h
  lib/Target/Mips/MipsInstrInfo.td
  lib/Target/Mips/MipsMSAInstrInfo.td
  lib/Target/Mips/MipsSEISelDAGToDAG.cpp
  lib/Target/Mips/MipsSEISelDAGToDAG.h
  test/CodeGen/Mips/msa/i5_ld_st.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19475.56399.patch
Type: text/x-patch
Size: 14810 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160506/15eb2af4/attachment.bin>


More information about the llvm-commits mailing list