[PATCH] D104180: [NFC] [LICM] Create LoopNest Invariant Code Motion (LNICM) pass

toshiki maekawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 09:26:57 PDT 2021


uint256_t updated this revision to Diff 353675.
uint256_t added a comment.

Add a test case to demonstrate that LNICM hoists invariants only out of loop nest and keeps perfect loop nest.


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

https://reviews.llvm.org/D104180

Files:
  llvm/include/llvm/Transforms/Scalar/LICM.h
  llvm/include/llvm/Transforms/Utils/LoopUtils.h
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Scalar/LICM.cpp
  llvm/test/Transforms/LICM/lnicm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104180.353675.patch
Type: text/x-patch
Size: 10254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210622/0200e2cf/attachment.bin>


More information about the llvm-commits mailing list