[PATCH] D135011: Add builtin_elementwise_sin and builtin_elementwise_cos
Xiang Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 4 00:20:29 PDT 2022
python3kgae added a comment.
In D135011#3831452 <https://reviews.llvm.org/D135011#3831452>, @craig.topper wrote:
> Does these support scalable vector types from ARM SVE or RISC-V? I can't remember what the rest of the __builtin_elementwise do. I ask because the backends will probably crash for them.
checkMathBuiltinElementType should stop scalable vector types in Sema::CheckBuiltinFunctionCall.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135011/new/
https://reviews.llvm.org/D135011
More information about the cfe-commits
mailing list