[PATCH] D18710: code hoisting using GVN

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 15:45:07 PDT 2016


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

Addressed comments from Chad and Danny.
Added more testcases and a flag to limit the O(n^2) behavior.


http://reviews.llvm.org/D18710

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/LinkAllPasses.h
  llvm/include/llvm/Transforms/Scalar.h
  llvm/include/llvm/Transforms/Scalar/GVN.h
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/lib/Transforms/Scalar/GVN.cpp
  llvm/lib/Transforms/Scalar/Scalar.cpp
  llvm/test/Transforms/GVN/hoist.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18710.52632.patch
Type: text/x-patch
Size: 23695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160404/db8d1718/attachment.bin>


More information about the llvm-commits mailing list