[PATCH] D117791: [X86] Remove __builtin_ia32_pabs intrinsics and use generic __builtin_elementwise_abs
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 21 09:53:44 PST 2022
RKSimon added a comment.
Quick update: we're hitting an issue with the libc-x86_64-debian-fullbuild-dbg and asan build bots which is using the wrong headers and breaks when the `__builtin_ia32_pabs*` builtins are removed. Once that has been addressed I'll recommit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117791/new/
https://reviews.llvm.org/D117791
More information about the cfe-commits
mailing list