[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
Wed Aug 29 22:57:35 PDT 2018
mkazantsev updated this revision to Diff 163256.
mkazantsev added a comment.
Rebased, added cache invalidation in LICM. Still WIP because need to understand where do we need to invalidate in loop unswitching.
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.163256.patch
Type: text/x-patch
Size: 21731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180830/e2e666e3/attachment.bin>
More information about the llvm-commits
mailing list