Diff Detail
Diff Detail
Event Timeline
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | ||
---|---|---|
1671 | What practical sense does it have, if we default to support f32 denorms on GFX9 and have no such instructions before? |
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | ||
---|---|---|
1671 | Graphics still disables f32 denormals |
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | ||
---|---|---|
1671 | Also the TODO is for the case where we can use this with denormals enabled. |
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | ||
---|---|---|
1671 | OK. What prevents FMAD from being selected if denorms are supported? |
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | ||
---|---|---|
1671 | We should also probably bring back the less-precise-fpmad option. That would also probably make this valid to use |
What practical sense does it have, if we default to support f32 denorms on GFX9 and have no such instructions before?