[PATCH] D73644: [Mips] Add intrinsics for 4-byte and 8-byte MSA loads/stores.
    Mirko Brkusanin via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb 11 02:44:49 PST 2020
    
    
  
mbrkusanin updated this revision to Diff 243775.
mbrkusanin edited the summary of this revision.
mbrkusanin added a comment.
- Rebase
- Rename **ldrq_w** to **ldr_w**; Rename **strq_w** to **str_w**.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73644/new/
https://reviews.llvm.org/D73644
Files:
  clang/include/clang/Basic/BuiltinsMips.def
  clang/lib/Headers/msa.h
  clang/lib/Sema/SemaChecking.cpp
  llvm/include/llvm/IR/IntrinsicsMips.td
  llvm/lib/Target/Mips/MipsISelLowering.cpp
  llvm/lib/Target/Mips/MipsISelLowering.h
  llvm/lib/Target/Mips/MipsMSAInstrInfo.td
  llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp
  llvm/test/CodeGen/Mips/msa/ldr_str.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73644.243775.patch
Type: text/x-patch
Size: 29925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200211/da712099/attachment.bin>
    
    
More information about the llvm-commits
mailing list