[PATCH] D58877: [InstCombine] fold add(add(A, ~B), 1) -> sub(A, B)

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 09:55:33 PDT 2019


deadalnix added a comment.

Is someone of a different opinion than @spatel ? If not, I'll abandon this patch soon.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D58877





More information about the llvm-commits mailing list