For AMDGPU this is dependent on the FP mode, which should eventually
not be a property of the subtarget.
Similar to D69521, this is in preparation for switching the default mode to
enable denormals for the default calling convention
Paths
| Differential D69539
DAG: Add DAG argument to isFPExtFoldable ClosedPublic Authored by arsenm on Oct 28 2019, 4:37 PM.
Details
Summary For AMDGPU this is dependent on the FP mode, which should eventually Similar to D69521, this is in preparation for switching the default mode to
Diff Detail Event Timelinearsenm added a child revision: D69583: AMDGPU: Refactor treatment of denormal mode.Oct 29 2019, 1:26 PM This revision is now accepted and ready to land.Oct 30 2019, 7:27 AM Comment Actions On second thought specific node context will be useful once there's an ftz flag, but I can add that as separate step
Revision Contents
Diff 226780 llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/Target/AMDGPU/SIISelLowering.h
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
|