[llvm] [LegalizeDAG] PromoteNode FABS: Override promotion with clear sign bit (PR #106076)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 26 09:33:32 PDT 2024


topperc wrote:

Why not use Expand instead of Promote for ISD::FABS in that case? It already has the code for bitcasting to int.

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


More information about the llvm-commits mailing list