[PATCH] D32140: Global code motion of congruent computations

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 17:30:35 PDT 2019


hiraditya updated this revision to Diff 226789.
hiraditya added a comment.

Add testcase for sinking


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D32140

Files:
  llvm/include/llvm/Analysis/MemorySSA.h
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/lib/Transforms/Scalar/GVNHoist.cpp
  llvm/test/Transforms/GVNHoist/broken-mod-sink.ll
  llvm/test/Transforms/GVNHoist/dj-edge-detect-das-taco.ll
  llvm/test/Transforms/GVNHoist/dj-edge-detect.ll
  llvm/test/Transforms/GVNHoist/gvn-sink-test-1.ll
  llvm/test/Transforms/GVNHoist/hoist-convergent.ll
  llvm/test/Transforms/GVNHoist/hoist-md.ll
  llvm/test/Transforms/GVNHoist/hoist-mssa.ll
  llvm/test/Transforms/GVNHoist/hoist-pr20242.ll
  llvm/test/Transforms/GVNHoist/hoist-pr22005.ll
  llvm/test/Transforms/GVNHoist/hoist-recursive-geps.ll
  llvm/test/Transforms/GVNHoist/hoist-very-busy.ll
  llvm/test/Transforms/GVNHoist/hoist.ll
  llvm/test/Transforms/GVNHoist/infinite-loop-direct.ll
  llvm/test/Transforms/GVNHoist/infinite-loop-indirect.ll
  llvm/test/Transforms/GVNHoist/int_sideeffect.ll
  llvm/test/Transforms/GVNHoist/pr37445.ll
  llvm/test/Transforms/GVNHoist/sink-load-dom-numbering.ll
  llvm/test/Transforms/GVNHoist/sink-load-with-memory-phi-1.ll
  llvm/test/Transforms/GVNHoist/sink-load-with-memory-phi-2.ll
  llvm/test/Transforms/GVNHoist/sink-mul-with-liveout.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32140.226789.patch
Type: text/x-patch
Size: 134106 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191029/c5ea0133/attachment-0001.bin>


More information about the llvm-commits mailing list