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

toshiki maekawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 23 07:45:54 PDT 2021


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

Update a test case to show loop-interchange doesn't run after running LICM.


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.353968.patch
Type: text/x-patch
Size: 10678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210623/096c1044/attachment.bin>


More information about the llvm-commits mailing list