Files
clang-p2996/llvm/test/CodeGen/AArch64/fsincos.ll
Takuya Shimizu 65058a8d73 [AArch64][SelectionDAG] Expand v1f64-typed sin,cos,pow,log,exp intrinsics (#83745)
This patch makes NEON-enabled AArch64 backend expand the `sin, cos, pow,
log, log2, log10, exp, exp2, exp10` intrinsics for `v1f64` data type,
all of which caused selection failure before this patch.
Fixes https://github.com/llvm/llvm-project/issues/83729
2024-03-17 11:28:32 +09:00

107 KiB