[PATCH] D47446: [NEON] Support VST1xN intrinsics in AArch32 mode (Clang part)

Ivan Kosarev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 28 02:15:05 PDT 2018


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

Files:
  include/clang/Basic/arm_neon.td
  lib/CodeGen/CGBuiltin.cpp
  test/CodeGen/aarch64-neon-intrinsics.c
  test/CodeGen/arm-neon-vst.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47446.148794.patch
Type: text/x-patch
Size: 373195 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180528/67bcbf37/attachment-0001.bin>


More information about the cfe-commits mailing list