[PATCH] D82716: [DAGCombiner] reassociate reciprocal sqrt expression to eliminate FP division
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 6 12:09:39 PDT 2020
spatel updated this revision to Diff 275787.
spatel marked 2 inline comments as done.
spatel added a comment.
Patch updated:
Use recursivelyDeleteUnusedNodes() to reduce code.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82716/new/
https://reviews.llvm.org/D82716
Files:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/X86/sqrt-fastmath.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82716.275787.patch
Type: text/x-patch
Size: 8428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200706/397f1e3e/attachment.bin>
More information about the llvm-commits
mailing list