[clang] [llvm] [InstCombine] Combine llvm.sin/llvm.cos libcall pairs into llvm.sincos (PR #184760)
Kito Cheng via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 13 00:56:58 PDT 2026
================
----------------
kito-cheng wrote:
One issue here we can't put fpmath metadata to sincos, because it return a struct, and verifier will complain that, so I put that on extractvector side for now, but I am not sure if it's best solution.
https://github.com/llvm/llvm-project/pull/184760
More information about the cfe-commits
mailing list