[clang] [llvm] [AMDGPU] Enable sin/cos to sincos folding for HIP (PR #181774)

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 17 07:49:18 PST 2026


https://github.com/shiltian commented:

I think the proposed approach is really hacky. Maybe we should try not to eliminate functions that are not used yet at the builtin link time, or just use a different approach to link them.

https://github.com/llvm/llvm-project/pull/181774


More information about the cfe-commits mailing list