[PATCH] D100772: [ARM] Neon Polynomial vadd Intrinsic fix
Ryan Santhirarajan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 19 09:12:30 PDT 2021
rsanthir.quic created this revision.
rsanthir.quic added reviewers: t.p.northover, DavidSpickett, labrinea, apazos.
Herald added subscribers: danielkiss, kristof.beyls.
rsanthir.quic requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
The Neon vadd intrinsics were added to the ARMSIMD intrinsic map,
however due to being defined under an AArch64 guard in arm_neon.td,
were not previously useable on ARM. This change rectifies that.
It is important to note that poly128 is not valid on ARM, thus it was
extracted out of the original arm_neon.td definition and separated
for the sake of AArch64.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100772
Files:
clang/include/clang/Basic/arm_neon.td
clang/test/CodeGen/arm-poly-add.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100772.338541.patch
Type: text/x-patch
Size: 4431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210419/406fe99e/attachment-0001.bin>
More information about the cfe-commits
mailing list