[PATCH] D90097: Port -loop-versioning-licm to NPM
Ta-Wei Tu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 24 06:47:58 PDT 2020
TaWeiTu created this revision.
Herald added subscribers: llvm-commits, asbirlea, hiraditya.
Herald added a project: LLVM.
TaWeiTu requested review of this revision.
Add missing file
clang-format
Use GetLAI function instead
Port tests to NPM as well
Fix tests
Remove unused check prefixes
Update tests
Add formDedicatedExits() in LoopVersioning
clang-format
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90097
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: D90097.300482.patch
Type: text/x-patch
Size: 13745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201024/47f28678/attachment.bin>
More information about the llvm-commits
mailing list