[PATCH] D89371: [NPM] Port -loop-versioning-licm to NPM

Ta-Wei Tu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 10:58:40 PDT 2020


TaWeiTu updated this revision to Diff 298680.
TaWeiTu added a comment.

OK! Thanks for your review. I've submitted a patch D89569 <https://reviews.llvm.org/D89569> which adds dedicated exits to the versioned loops.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89371

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Transforms/Scalar/LoopVersioningLICM.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp
  llvm/lib/Transforms/Scalar/Scalar.cpp
  llvm/test/Transforms/LoopVersioningLICM/convergent.ll
  llvm/test/Transforms/LoopVersioningLICM/loopversioningLICM1.ll
  llvm/test/Transforms/LoopVersioningLICM/loopversioningLICM2.ll
  llvm/test/Transforms/LoopVersioningLICM/loopversioningLICM3.ll
  llvm/test/Transforms/LoopVersioningLICM/metadata.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89371.298680.patch
Type: text/x-patch
Size: 13746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201016/a2c26221/attachment.bin>


More information about the llvm-commits mailing list