[clang] [llvm] [InstCombine] Combine llvm.sin/llvm.cos libcall pairs into llvm.sincos (PR #184760)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 27 00:06:55 PDT 2026
Andarwinux wrote:
Will this affect vector sin+cos? Currently sincos vectorization almost doesn't work, and I'm concerned if InstCombine combined sin and cos before vectorization, the workaround of using sin+cos won't work either.
https://github.com/llvm/llvm-project/pull/184760
More information about the cfe-commits
mailing list