[PATCH] D47120: [NEON] Support VLD1xN intrinsics in AArch32 mode

Ivan Kosarev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 20 11:28:48 PDT 2018


kosarev created this revision.
kosarev added reviewers: SjoerdMeijer, jgreenhalgh, rengolin, t.p.northover.
Herald added a reviewer: javed.absar.
Herald added a subscriber: kristof.beyls.

We currently support them only in AArch64. The NEON Reference, however, says they are 'ARMv7, ARMv8' intrinsics.


https://reviews.llvm.org/D47120

Files:
  include/llvm/IR/IntrinsicsARM.td
  lib/Target/ARM/ARMBaseInstrInfo.cpp
  lib/Target/ARM/ARMExpandPseudoInsts.cpp
  lib/Target/ARM/ARMISelDAGToDAG.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMInstrNEON.td
  test/CodeGen/ARM/arm-vld1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47120.147717.patch
Type: text/x-patch
Size: 29704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180520/c6f22774/attachment.bin>


More information about the llvm-commits mailing list