[PATCH] D108244: [LICM] Remove AST-based implementation
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 18 11:22:17 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3dd8c9176be9: [LICM] Remove AST-based implementation (authored by nikic).
Changed prior to commit:
https://reviews.llvm.org/D108244?vs=367017&id=367276#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108244/new/
https://reviews.llvm.org/D108244
Files:
llvm/include/llvm/Transforms/Utils/LoopUtils.h
llvm/lib/Transforms/Scalar/LICM.cpp
llvm/test/Analysis/BasicAA/store-promote.ll
llvm/test/Analysis/GlobalsModRef/dead-uses.ll
llvm/test/Analysis/MemorySSA/pr42294.ll
llvm/test/Other/optimization-remarks-invalidation.ll
llvm/test/Other/time-passes.ll
llvm/test/Transforms/ADCE/broken-loop-info.ll
llvm/test/Transforms/LICM/assume.ll
llvm/test/Transforms/LICM/atomics.ll
llvm/test/Transforms/LICM/basictest.ll
llvm/test/Transforms/LICM/call-hoisting.ll
llvm/test/Transforms/LICM/constexpr.ll
llvm/test/Transforms/LICM/crash.ll
llvm/test/Transforms/LICM/debug-value.ll
llvm/test/Transforms/LICM/explicit_guards.ll
llvm/test/Transforms/LICM/extra-copies.ll
llvm/test/Transforms/LICM/fence.ll
llvm/test/Transforms/LICM/funclet.ll
llvm/test/Transforms/LICM/guards.ll
llvm/test/Transforms/LICM/hoist-bitcast-load.ll
llvm/test/Transforms/LICM/hoist-deref-load.ll
llvm/test/Transforms/LICM/hoist-mustexec.ll
llvm/test/Transforms/LICM/hoist-nounwind.ll
llvm/test/Transforms/LICM/hoist-phi.ll
llvm/test/Transforms/LICM/hoist-round.ll
llvm/test/Transforms/LICM/hoisting.ll
llvm/test/Transforms/LICM/infinite_loops.ll
llvm/test/Transforms/LICM/lcssa-ssa-promoter.ll
llvm/test/Transforms/LICM/lnicm-sink.ll
llvm/test/Transforms/LICM/lnicm.ll
llvm/test/Transforms/LICM/no-preheader-test.ll
llvm/test/Transforms/LICM/opt-remarks-conditional-load.ll
llvm/test/Transforms/LICM/opt-remarks-intervening-store.ll
llvm/test/Transforms/LICM/opt-remarks.ll
llvm/test/Transforms/LICM/pr37323.ll
llvm/test/Transforms/LICM/pr38513.ll
llvm/test/Transforms/LICM/preheader-safe.ll
llvm/test/Transforms/LICM/promote-order.ll
llvm/test/Transforms/LICM/promote-tls.ll
llvm/test/Transforms/LICM/scalar-promote-memmodel.ll
llvm/test/Transforms/LICM/scalar-promote-unwind.ll
llvm/test/Transforms/LICM/scalar-promote.ll
llvm/test/Transforms/LICM/sink.ll
llvm/test/Transforms/LICM/speculate.ll
llvm/test/Transforms/LICM/store-hoisting.ll
llvm/test/Transforms/LICM/unrolled-deeply-nested.ll
llvm/test/Transforms/LICM/update-scev.ll
llvm/test/Transforms/LICM/volatile-alias.ll
llvm/test/Transforms/LoopVersioningLICM/loopversioningLICM1.ll
llvm/test/Transforms/LoopVersioningLICM/loopversioningLICM2.ll
llvm/test/Transforms/LoopVersioningLICM/metadata.ll
llvm/unittests/Transforms/Scalar/LICMTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108244.367276.patch
Type: text/x-patch
Size: 69873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210818/b56fd778/attachment.bin>
More information about the llvm-commits
mailing list