[PATCH] D96399: [X86][CodeGenPrepare] Try to reuse IV's incremented value instead of adding the offset

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 03:53:34 PST 2021


mkazantsev requested review of this revision.
mkazantsev added a comment.

Found one reason of TODO, it may only happen with `AddInstr`, will add in follow-up patch. Seems that there is one more hand with `AddInstr`. So I suggest to have usub first and then follow-on with `add`.


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

https://reviews.llvm.org/D96399



More information about the llvm-commits mailing list