[llvm] [AMDGPU] Fix `HasFP32Denormals` check in FDIV32 lowering (PR #66212)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 10:53:12 PDT 2023


================
@@ -4737,7 +4737,7 @@ bool AMDGPULegalizerInfo::legalizeFDIV32(MachineInstr &MI,
 
   // FIXME: This mishandles dynamic denormal mode. We need to query the
----------------
arsenm wrote:

This is still broken, we're just changing the mode incorrectly in the other direction 

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


More information about the llvm-commits mailing list