[PATCH] D24805: [GVNSink] Initial GVNSink prototype

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 04:58:43 PDT 2016


jmolloy removed rL LLVM as the repository for this revision.
jmolloy updated this revision to Diff 72149.
jmolloy added a comment.

Respond to current review feedback, add more comments and block comment for PostValueTable.


https://reviews.llvm.org/D24805

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Scalar.h
  include/llvm/Transforms/Scalar/GVN.h
  include/llvm/Transforms/Utils/MemorySSA.h
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Scalar/CMakeLists.txt
  lib/Transforms/Scalar/GVN.cpp
  lib/Transforms/Scalar/GVNSink.cpp
  lib/Transforms/Scalar/Scalar.cpp
  lib/Transforms/Utils/MemorySSA.cpp
  test/Transforms/GVNSink/sink-common-code.ll
  test/Transforms/SimplifyCFG/sink-common-code.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24805.72149.patch
Type: text/x-patch
Size: 59258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160922/f1e8c8d9/attachment.bin>


More information about the llvm-commits mailing list