[PATCH] D142783: [InstCombine][LV] Fold (add (zext (add X, -1)), 1) -> (zext X) if X is non-zero.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 31 13:07:28 PST 2023
craig.topper closed this revision.
craig.topper added a comment.
Committed df76ff98e8e68ef00e61574ce6ac688e6e12b9df <https://reviews.llvm.org/rGdf76ff98e8e68ef00e61574ce6ac688e6e12b9df> looks like I lost the differential revision comment when I commited.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142783/new/
https://reviews.llvm.org/D142783
More information about the llvm-commits
mailing list