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

Whitney Tsang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 07:08:41 PST 2019


Whitney updated this revision to Diff 233612.
Whitney added a comment.

Added comments to explain why the preheader and exit block should not contain instructions which are not safe to execute speculatively.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71383

Files:
  llvm/include/llvm/Analysis/LoopInfo.h
  llvm/lib/Analysis/LoopInfo.cpp
  llvm/unittests/Analysis/LoopInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71383.233612.patch
Type: text/x-patch
Size: 5158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191212/bd865b6a/attachment.bin>


More information about the llvm-commits mailing list