[PATCH] D59918: [Attributor] Pass infrastructure and fixpoint framework

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 19:59:43 PDT 2019


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL362578: [Attributor] Pass infrastructure and fixpoint framework (authored by jdoerfert, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D59918?vs=202837&id=203063#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59918/new/

https://reviews.llvm.org/D59918

Files:
  llvm/trunk/include/llvm/InitializePasses.h
  llvm/trunk/include/llvm/LinkAllPasses.h
  llvm/trunk/include/llvm/Transforms/IPO/Attributor.h
  llvm/trunk/lib/LTO/LTOCodeGenerator.cpp
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/lib/Transforms/IPO/Attributor.cpp
  llvm/trunk/lib/Transforms/IPO/CMakeLists.txt
  llvm/trunk/lib/Transforms/IPO/IPO.cpp
  llvm/trunk/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/trunk/test/Other/opt-O2-pipeline.ll
  llvm/trunk/test/Other/opt-O3-pipeline.ll
  llvm/trunk/test/Other/opt-Os-pipeline.ll
  llvm/trunk/test/Transforms/FunctionAttrs/arg_nocapture.ll
  llvm/trunk/test/Transforms/FunctionAttrs/arg_returned.ll
  llvm/trunk/test/Transforms/FunctionAttrs/fn_noreturn.ll
  llvm/trunk/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59918.203063.patch
Type: text/x-patch
Size: 57399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190605/3c78cd18/attachment-0001.bin>


More information about the llvm-commits mailing list