[PATCH] D24805: [GVNSink] Initial GVNSink prototype

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 02:54:33 PDT 2016


jmolloy set the repository for this revision to rL LLVM.
jmolloy updated this revision to Diff 73900.
jmolloy marked 12 inline comments as done.
jmolloy added a comment.
Herald added a subscriber: modocache.

Thanks all for the review comments. I've update the patch following all your comments and have thrown all the testing I have at it and fixed all the bugs seen.

Cheers,

James


Repository:
  rL LLVM

https://reviews.llvm.org/D24805

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Scalar.h
  include/llvm/Transforms/Scalar/GVN.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
  test/Transforms/GVNSink/dither.ll
  test/Transforms/GVNSink/sink-common-code.ll
  test/Transforms/SimplifyCFG/sink-common-code.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24805.73900.patch
Type: text/x-patch
Size: 60203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161007/b249e2c6/attachment-0001.bin>


More information about the llvm-commits mailing list