[PATCH] D50377: [MustExecute] Rework LoopSafetyInfo to make it more optimistic about throws
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 30 21:35:14 PDT 2018
mkazantsev updated this revision to Diff 163463.
mkazantsev added a comment.
Added more invalidation. Base fuzzing suite passes ok.
https://reviews.llvm.org/D50377
Files:
include/llvm/Analysis/MustExecute.h
lib/Analysis/MustExecute.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
lib/Transforms/Scalar/LoopUnswitch.cpp
lib/Transforms/Utils/LoopUnrollAndJam.cpp
test/Analysis/MustExecute/loop-header.ll
test/Transforms/LICM/guards.ll
test/Transforms/LICM/hoist-mustexec.ll
test/Transforms/LICM/hoist-nounwind.ll
test/Transforms/LICM/preheader-safe.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50377.163463.patch
Type: text/x-patch
Size: 23437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180831/bb843ed2/attachment.bin>
More information about the llvm-commits
mailing list