[PATCH] D79304: [DAG] Fold (mul(abs(x),abs(x))) -> (mul(x,x)) (PR39476)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 03:44:02 PDT 2020
RKSimon abandoned this revision.
RKSimon marked an inline comment as not done.
RKSimon added a comment.
I'm going to abandon this (and I will remove the test cases from combine-mul.ll) - if we find a case where we need this in DAG then its trivial to reimplement.
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