[PATCH] D106983: [DAGCombiner] don't try to partially reduce add-with-overflow ops
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 29 05:02:10 PDT 2021
lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.
I think this is the right direction, at least in the meanwhile.
Agreed we could restrict the transform to avoid the assertion,
but indeed, clearly it's not really a win, at least not an obvious one.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106983/new/
https://reviews.llvm.org/D106983
More information about the llvm-commits
mailing list