[PATCH] D93764: [LoopUnswitch] Implement first version of partial unswitching.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 3 12:42:41 PST 2021
fhahn updated this revision to Diff 314300.
fhahn added a comment.
rebased after precommitting tests in edb52c626b5340a5a42ed833fc776bc815507283 <https://reviews.llvm.org/rGedb52c626b5340a5a42ed833fc776bc815507283>
Also updated to use `!L->contains()` instead of `isLoopInvariant()`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93764/new/
https://reviews.llvm.org/D93764
Files:
llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
llvm/test/Transforms/LoopUnswitch/partial-unswitch.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93764.314300.patch
Type: text/x-patch
Size: 29416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210103/3de2073b/attachment.bin>
More information about the llvm-commits
mailing list