[PATCH] D66529: [LOOPGUARD] Disable loop with multiple loop exiting blocks.

Kit Barton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 13:15:36 PDT 2019


kbarton added a comment.

I don't remember why exactly this was necessary.
Looking at the current definition in LoopInfo.h, it's not immediately obvious to me either.
Could you either update the definition of getLoopGuardBranch in LoopInfo.h to state this case is not handled (and why). Or, if it's something obvious that I'm not seeing, expand the description here to make it clear?

Thanks.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D66529





More information about the llvm-commits mailing list