AMDGPU: Combine down fcopysign f64 magnitude
Copy through the low bits and only apply an f32 copysign to the high half. This is effectively what we do for codegen anyway, but this provides some combine benefits. The cases involving constants show some small improvements. https://reviews.llvm.org/D142682
Loading
Please sign in to comment