[PATCH] D86403: [DAGCombine]: Fold X/Sqrt(X) to Sqrt(X).

Venkataramanan Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 23 05:53:52 PDT 2020


venkataramanan.kumar.llvm updated this revision to Diff 287254.
venkataramanan.kumar.llvm added a comment.

Updated the patch as per the  comments given by Sanjay.  Adjusted the test cases.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86403/new/

https://reviews.llvm.org/D86403

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/AArch64/sqrt-fastmath.ll
  llvm/test/CodeGen/X86/sqrt-fastmath.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86403.287254.patch
Type: text/x-patch
Size: 4460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200823/7e6c96a1/attachment.bin>


More information about the llvm-commits mailing list