[PATCH] D61331: [SelectionDAG] remove constant folding limitations based on FP exceptions
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 12:30:05 PDT 2019
spatel updated this revision to Diff 197611.
spatel marked an inline comment as done.
spatel added a comment.
Patch updated:
1. Added a TODO comment about handling strict opcodes.
2. Removed unreachable 'break' statements in the switch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61331/new/
https://reviews.llvm.org/D61331
Files:
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/CodeGen/TargetLoweringBase.cpp
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
llvm/test/CodeGen/AArch64/fp-const-fold.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61331.197611.patch
Type: text/x-patch
Size: 8893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190501/9f8731ce/attachment.bin>
More information about the llvm-commits
mailing list