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

JinGu Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 1 06:15:08 PDT 2021


jaykang10 updated this revision to Diff 348957.
jaykang10 added a comment.

Following comment of @fhahn, added tests for metadata with `llvm.loop.unswitch.partial.disable`.


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/endless-unswitch.ll
  llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch-check-metadata.ll
  llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch-generate-metadata.ll
  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.348957.patch
Type: text/x-patch
Size: 56893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210601/b14d040f/attachment-0001.bin>


More information about the llvm-commits mailing list