[PATCH] D19338: New code hoisting pass based on GVN (optimistic approach)

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 17:31:44 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL274305: code hoisting pass based on GVN (authored by spop).

Changed prior to commit:
  http://reviews.llvm.org/D19338?vs=62404&id=62448#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D19338

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19338.62448.patch
Type: text/x-patch
Size: 52397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160701/fa67a178/attachment.bin>


More information about the llvm-commits mailing list