[PATCH] D92102: [DAG] Legalize abs(x) -> umin(x,sub(0,x)) iff umin/sub are legal
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 25 08:28:09 PST 2020
lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.
Looks good to me. (https://alive2.llvm.org/ce/z/q2hB9w)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92102/new/
https://reviews.llvm.org/D92102
More information about the llvm-commits
mailing list