[PATCH] D69539: DAG: Add DAG argument to isFPExtFoldable
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 16:37:54 PDT 2019
arsenm created this revision.
arsenm added reviewers: bogner, cameron.mcinally, nhaehnle.
Herald added subscribers: hiraditya, tpr, wdng, jvesely.
Herald added a project: LLVM.
For AMDGPU this is dependent on the FP mode, which should eventually
not be a property of the subtarget.
Similar to D69521 <https://reviews.llvm.org/D69521>, this is in preparation for switching the default mode to
enable denormals for the default calling convention
https://reviews.llvm.org/D69539
Files:
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/lib/Target/AMDGPU/SIISelLowering.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69539.226780.patch
Type: text/x-patch
Size: 9963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191028/d0b87bec/attachment.bin>
More information about the llvm-commits
mailing list