[PATCH] D47447: [NEON] Support VST1xN intrinsics in AArch32 mode (LLVM part)

Ivan Kosarev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 28 02:20:46 PDT 2018


kosarev created this revision.
kosarev added reviewers: SjoerdMeijer, jgreenhalgh, rengolin.
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/D47447

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47447.148796.patch
Type: text/x-patch
Size: 33835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180528/4503ef31/attachment.bin>


More information about the llvm-commits mailing list