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

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 01:17:15 PST 2017


chandlerc updated this revision to Diff 87609.
chandlerc added a comment.

Rebase now that we actually don't have grep testing here.


https://reviews.llvm.org/D29580

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29580.87609.patch
Type: text/x-patch
Size: 16192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170208/071e655b/attachment.bin>


More information about the llvm-commits mailing list