[PATCH] D53744: [SimpleLoopUnswitch] Unswitch by experimental.guard intrinsics

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 26 02:02:35 PDT 2018


mkazantsev updated this revision to Diff 171265.
mkazantsev added a comment.

Rebased on top of https://reviews.llvm.org/D53747. Now we know for sure that we have a point after which the unswitching will succeed, and we don't need to worry about turning guard into a branch and then failing to unswitch.


https://reviews.llvm.org/D53744

Files:
  lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  test/Transforms/SimpleLoopUnswitch/guards.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53744.171265.patch
Type: text/x-patch
Size: 15729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181026/9fbb627b/attachment.bin>


More information about the llvm-commits mailing list