[PATCH] D47921: [ARM] Allow CMPZ transforms even if the input has multiple uses.
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 8 00:47:29 PDT 2018
SjoerdMeijer accepted this revision.
SjoerdMeijer added a comment.
This revision is now accepted and ready to land.
The initial commit showed problem in testing, and my fix added the check that the AND has a single use. Looks like indeed that we just forgot to remove the other check as I also don't see why it would be necessary. Thanks for fixing.
Repository:
rL LLVM
https://reviews.llvm.org/D47921
More information about the llvm-commits
mailing list