This revision was automatically updated to reflect the committed changes.
Closed by commit rG55448ab540de: [AArch64] Adding Neon Polynomial vadd
Intrinsics (authored by ctetreau).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96825/new/
https://revi
ctetreau accepted this revision.
ctetreau added a comment.
LGTM. I'll land it for you.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96825/new/
https://reviews.llvm.org/D96825
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://li
rsanthir.quic updated this revision to Diff 325034.
rsanthir.quic added a comment.
rebased on main
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96825/new/
https://reviews.llvm.org/D96825
Files:
clang/include/clang/Basic/arm_neon.td
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/Code
rsanthir.quic updated this revision to Diff 325027.
rsanthir.quic added a comment.
Windows builds were failing due to missing builtins in Intrinsics map
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96825/new/
https://reviews.llvm.org/D96825
Files:
clang/include/clang/Basic/arm_neon.
thakis added a comment.
Thanks for the revert! FWIW the failure repros for me locally if I just do
`ninja check-clang` (as long as I have the aarch64 target enabled, which it is
by default in the cmake build).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.l
thakis added a comment.
Looks like this breaks check-clang: http://45.33.8.238/win/33493/step_7.txt
Please take a look, and revert for now if it takes a while to fix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96825/new/
https://reviews.llvm.or
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd9645059c5de: [AArch64] Adding Neon Polynomial vadd
Intrinsics (authored by pzheng).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96825/new/
https://review
DavidSpickett accepted this revision.
DavidSpickett added a comment.
LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96825/new/
https://reviews.llvm.org/D96825
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/
rsanthir.quic updated this revision to Diff 324336.
rsanthir.quic marked an inline comment as done.
rsanthir.quic retitled this revision from "[AArch64] Adding Polynomial vadd
Intrinsics support" to "[AArch64] Adding Neon Polynomial vadd Intrinsics".
rsanthir.quic added a comment.
removed unneces