[PATCH] D58877: [InstCombine] fold add(add(A, ~B), 1) -> sub(A, B)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 3 04:01:15 PST 2019
RKSimon added a comment.
Test for ((A + 1) + ~B) and ((~B + 1) + A) cases?
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