[PATCH] D71383: [LoopGuard] Instructions in loop preheader and loop exit must be safe to execute speculatively.

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 11:39:46 PST 2019


reames added a comment.

This doesn't make sense to me.  I don't see why we need the speculation restriction here.  The discussion mentions concern about side exits, but if so, that's a different property.  (i.e. isGuaranteedToTransferToSuccessor)

This also needs more background as to motivation.  Motivating use case?  Link to a review would be ideal.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71383





More information about the llvm-commits mailing list