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

Venkataramanan Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 22 10:52:32 PDT 2020


venkataramanan.kumar.llvm added a comment.

Hi Sanjay,

As discussed in  InstCombine patch <https://reviews.llvm.org/D85709>, moving the transformation to generic "DagCombine".  I have adjusted the test case for X86_64 target. I am not sure if I need to do add/change test cases for other targets.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86403



More information about the llvm-commits mailing list