[PATCH] D79304: [DAG] Fold (mul(abs(x),abs(x))) -> (mul(x,x)) (PR39476)

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 23:57:37 PDT 2020


lebedev.ri added a comment.

Now that we handle it in instcombine, do we still want dagcombine fold?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79304





More information about the llvm-commits mailing list