[PATCH] D73448: [VE] unaligned load/store isel patterns

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 01:06:28 PST 2020


simoll created this revision.
simoll added reviewers: arsenm, craig.topper, rengolin, k-ishizaka.
simoll added a project: VE.
Herald added subscribers: llvm-commits, hiraditya, wdng.
Herald added a project: LLVM.

Unaligned load/store isel patterns for iN and fp32/64.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73448

Files:
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/lib/Target/VE/VEISelLowering.h
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/test/CodeGen/VE/load-align1.ll
  llvm/test/CodeGen/VE/load-align2.ll
  llvm/test/CodeGen/VE/load-align4.ll
  llvm/test/CodeGen/VE/load-align8.ll
  llvm/test/CodeGen/VE/store-align1.ll
  llvm/test/CodeGen/VE/store-align2.ll
  llvm/test/CodeGen/VE/store-align4.ll
  llvm/test/CodeGen/VE/store-align8.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73448.240482.patch
Type: text/x-patch
Size: 44791 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200127/333d06bd/attachment.bin>


More information about the llvm-commits mailing list