[PATCH] D29580: [PM] Port ArgumentPromotion to the new pass manager.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 15:58:12 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL294667: [PM] Port ArgumentPromotion to the new pass manager. (authored by chandlerc).

Changed prior to commit:
  https://reviews.llvm.org/D29580?vs=87609&id=87903#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29580

Files:
  llvm/trunk/include/llvm/Transforms/IPO/ArgumentPromotion.h
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/lib/Transforms/IPO/ArgumentPromotion.cpp
  llvm/trunk/test/Transforms/ArgumentPromotion/aggregate-promote.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/attrs.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/byval-2.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/byval.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/chained.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/control-flow.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/control-flow2.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/crash.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/dbg.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/fp80.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/inalloca.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/pr27568.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/reserve-tbaa.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/sret.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/tail.ll
  llvm/trunk/test/Transforms/ArgumentPromotion/variadic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29580.87903.patch
Type: text/x-patch
Size: 16890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170209/c30a4063/attachment-0001.bin>


More information about the llvm-commits mailing list