[PATCH] D62294: [DAGCombine] (x - C) - y -> (x - y) - C fold

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 08:10:18 PDT 2019


lebedev.ri added a comment.

It seems i was overly optimistic that this was the last missing fold of this kind (not counting stuck D62266 <https://reviews.llvm.org/D62266>).
More to follow..


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62294





More information about the llvm-commits mailing list