[PATCH] D27938: [LICM] Report successful hoists/sinks

Adam Nemet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 11:51:29 PST 2017


anemet updated this revision to Diff 83101.
anemet added a comment.

Address both Sanjoy's and Davide's comments.


https://reviews.llvm.org/D27938

Files:
  include/llvm/Transforms/Utils/LoopUtils.h
  lib/Transforms/Scalar/LICM.cpp
  test/Transforms/LICM/argmemonly-call.ll
  test/Transforms/LICM/assume.ll
  test/Transforms/LICM/atomics.ll
  test/Transforms/LICM/basictest.ll
  test/Transforms/LICM/constexpr.ll
  test/Transforms/LICM/crash.ll
  test/Transforms/LICM/debug-value.ll
  test/Transforms/LICM/extra-copies.ll
  test/Transforms/LICM/funclet.ll
  test/Transforms/LICM/hoist-bitcast-load.ll
  test/Transforms/LICM/hoist-deref-load.ll
  test/Transforms/LICM/hoist-nounwind.ll
  test/Transforms/LICM/hoist-round.ll
  test/Transforms/LICM/hoisting.ll
  test/Transforms/LICM/lcssa-ssa-promoter.ll
  test/Transforms/LICM/no-preheader-test.ll
  test/Transforms/LICM/opt-remarks.ll
  test/Transforms/LICM/preheader-safe.ll
  test/Transforms/LICM/promote-order.ll
  test/Transforms/LICM/promote-tls.ll
  test/Transforms/LICM/scalar-promote-memmodel.ll
  test/Transforms/LICM/scalar_promote-unwind.ll
  test/Transforms/LICM/scalar_promote.ll
  test/Transforms/LICM/speculate.ll
  test/Transforms/LICM/volatile-alias.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27938.83101.patch
Type: text/x-patch
Size: 30934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170104/785f0baa/attachment.bin>


More information about the llvm-commits mailing list