[PATCH] D63336: [CodeGen] Check for HardwareLoop Latch ExitBlock

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 04:58:49 PDT 2019


dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

Actually, looking at it, because we can compute the BETC, we will only have a single latch. Ignore me about that bit.

For scalar low overhead loops, this LGTM. Vector loops we are looking into later, as far as I understand.


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

https://reviews.llvm.org/D63336





More information about the llvm-commits mailing list