[PATCH] D32140: Global code motion of congruent computations

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 11:59:19 PDT 2017


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

Sink to immediate successors, update memory SSA when sinking.


https://reviews.llvm.org/D32140

Files:
  llvm/include/llvm/Support/GenericDomTree.h
  llvm/include/llvm/Support/GenericDomTreeConstruction.h
  llvm/include/llvm/Transforms/Utils/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-mssa.ll
  llvm/test/Transforms/GVNHoist/hoist-very-busy.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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32140.96800.patch
Type: text/x-patch
Size: 111321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170426/53d1cfcd/attachment.bin>


More information about the llvm-commits mailing list