[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
Wed Dec 11 18:16:50 PST 2019
Whitney created this revision.
Whitney added reviewers: Meinersbur, reames, fhahn, kbarton, bmahjour, etiotto.
Whitney added a project: LLVM.
Herald added subscribers: llvm-commits, hiraditya.
Disallow loops with preheader or exit block which contains instructions that are not safe to execute speculatively to be considered as guarded loop.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71383
Files:
llvm/lib/Analysis/LoopInfo.cpp
llvm/unittests/Analysis/LoopInfoTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71383.233481.patch
Type: text/x-patch
Size: 4487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191212/9bda2ff3/attachment.bin>
More information about the llvm-commits
mailing list