[PATCH] D64977: [MustExec] Explorer-based LoopSafetyInfoInterface implementation
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 19 00:27:58 PDT 2019
jdoerfert created this revision.
jdoerfert added reviewers: hfinkel, reames, spatel, fhahn, arsenm, lebedev.ri.
Herald added a project: LLVM.
This adds a MustBeExecutedContextExplorer-based LoopSafetyInfoInterface
implementation and adjust test coverage through the "-print-mustexecute"
tests. PR42682 is made explicit through FIXME's in the tests.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D64977
Files:
llvm/include/llvm/Analysis/MustExecute.h
llvm/lib/Analysis/MustExecute.cpp
llvm/test/Analysis/MustExecute/const-cond.ll
llvm/test/Analysis/MustExecute/infinite_loops.ll
llvm/test/Analysis/MustExecute/loop-header.ll
llvm/test/Analysis/MustExecute/must_execute_context_explorer.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64977.210755.patch
Type: text/x-patch
Size: 47560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190719/acb5ab59/attachment-0001.bin>
More information about the llvm-commits
mailing list