[PATCH] D18019: [PM] Port GVN to the new pass manager, wire it up, and teach a couple of tests to run GVN in both modes.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 00:56:01 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL263208: [PM] Port GVN to the new pass manager, wire it up, and teach a couple of (authored by chandlerc).

Changed prior to commit:
  http://reviews.llvm.org/D18019?vs=50217&id=50398#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D18019

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/LTO/LTOCodeGenerator.cpp
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/lib/Target/NVPTX/NVPTXTargetMachine.cpp
  llvm/trunk/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/trunk/lib/Transforms/Scalar/GVN.cpp
  llvm/trunk/lib/Transforms/Scalar/Scalar.cpp
  llvm/trunk/test/Transforms/GVN/basic.ll
  llvm/trunk/test/Transforms/GVN/pre-gep-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18019.50398.patch
Type: text/x-patch
Size: 39871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160311/89a4fea6/attachment.bin>


More information about the llvm-commits mailing list