This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0395f9e70b8f: [ARM] Neon Polynomial vadd Intrinsic fix
(authored by rsanthir.quic).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
DavidSpickett accepted this revision.
DavidSpickett added a comment.
This revision is now accepted and ready to land.
LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100772/new/
https://reviews.llvm.org/D100772
___
cfe-commits mailing list
rsanthir.quic updated this revision to Diff 340567.
rsanthir.quic marked an inline comment as done.
rsanthir.quic added a comment.
minor fixes and merged https://reviews.llvm.org/D100499
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100772/new/
https://reviews.llvm.org/D100772
Files:
rsanthir.quic marked an inline comment as done.
rsanthir.quic added inline comments.
Comment at: clang/include/clang/Basic/arm_neon.td:712
+
+// Crypto
+// TODO: poly128_t not implemented on aarch32
-
DavidSpickett added a comment.
I'd merge https://reviews.llvm.org/D100499 into this given that it's only one
line.
Comment at: clang/include/clang/Basic/arm_neon.td:712
+
+// Crypto
+// TODO: poly1
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