[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 13 01:31:54 PDT 2016
mamidzic updated the summary for this revision.
mamidzic updated this revision to Diff 57137.
mamidzic added a comment.
Changed name of selectIntAddrMSA to selectIntAddrMSAAlign1, also relocated to be grouped with other MSAAlign functions.
Changed name of selectAddrRegImm10 to SelectAddrRegImmMSA because it's only used with st.* and ld.* instructions and it's not always Imm10. Also relocated it to be grouped with other MSA related functions.
Implemented checking of offset range for st.* and ld.* instructions.
Added valid and invalid offset range tests for st.* and ld.* instructions.
Fixed some indentation mistakes and typos.
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.57137.patch
Type: text/x-patch
Size: 27254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160513/137d87b8/attachment.bin>
More information about the llvm-commits
mailing list