[llvm] [AMDGPU] Improve codegen for copysign(x, fneg(y)) (PR #207178)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 01:03:49 PDT 2026


https://github.com/jayfoad commented:

It is not clear to me what the patch to DAGCombiner::visitBITCAST is for. Instead of adding an ad hoc exception to a generic combine, can we handle this by improving selection patterns in the AMDGPU backend?

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


More information about the llvm-commits mailing list