[PATCH] D108087: [SimpleLoopUnswitch] Create SimpleLoopNestUnswitch pass

toshiki maekawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 15 08:49:38 PDT 2021


uint256_t created this revision.
uint256_t added a reviewer: Whitney.
Herald added a subscriber: hiraditya.
uint256_t requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch adds a new pass called SimpleLoopNestUnswitch that takes LoopNest as a primary object.
This pass basically performs like running SimpleLoopUnswitch on loops in order from the innermost to the outermost.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108087

Files:
  llvm/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  llvm/test/Transforms/SimpleLoopUnswitch/loop-nest-unswitch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108087.366499.patch
Type: text/x-patch
Size: 8012 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210815/fb7f337f/attachment.bin>


More information about the llvm-commits mailing list