[PATCH] D99354: [SimpleLoopUnswitch] Port partially invariant unswitch from LoopUnswitch to SimpleLoopUnswitch

JinGu Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 28 02:48:23 PDT 2021


jaykang10 updated this revision to Diff 341113.
jaykang10 added a comment.
Herald added subscribers: asbirlea, george.burgess.iv.

Following comments of @fhahn, updated code and added tests.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99354/new/

https://reviews.llvm.org/D99354

Files:
  llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch-mssa-threshold.ll
  llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch-update-memoryssa.ll
  llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99354.341113.patch
Type: text/x-patch
Size: 46785 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210428/36a1d953/attachment-0001.bin>


More information about the llvm-commits mailing list