[PATCH] D37355: Add CalledValuePropagation pass

Matthew Simpson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 06:40:37 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL316576: Add CalledValuePropagation pass (authored by mssimpso).

Changed prior to commit:
  https://reviews.llvm.org/D37355?vs=119201&id=120237#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D37355

Files:
  llvm/trunk/include/llvm-c/Transforms/IPO.h
  llvm/trunk/include/llvm/InitializePasses.h
  llvm/trunk/include/llvm/LinkAllPasses.h
  llvm/trunk/include/llvm/Transforms/IPO.h
  llvm/trunk/include/llvm/Transforms/IPO/CalledValuePropagation.h
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/lib/Transforms/IPO/CMakeLists.txt
  llvm/trunk/lib/Transforms/IPO/CalledValuePropagation.cpp
  llvm/trunk/lib/Transforms/IPO/IPO.cpp
  llvm/trunk/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/trunk/test/Other/new-pm-defaults.ll
  llvm/trunk/test/Other/new-pm-lto-defaults.ll
  llvm/trunk/test/Other/new-pm-thinlto-defaults.ll
  llvm/trunk/test/Transforms/CalledValuePropagation/simple-arguments.ll
  llvm/trunk/test/Transforms/CalledValuePropagation/simple-memory.ll
  llvm/trunk/test/Transforms/CalledValuePropagation/simple-select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37355.120237.patch
Type: text/x-patch
Size: 35457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171025/a663e37c/attachment-0001.bin>


More information about the llvm-commits mailing list