[PATCH] D67232: [Attributor][Fix] Initialize the cache prior to using it

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 03:51:30 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL372105: [Attributor][Fix] Initialize the cache prior to using it (authored by jdoerfert, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D67232?vs=219007&id=220468#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D67232

Files:
  llvm/trunk/include/llvm/Transforms/IPO/Attributor.h
  llvm/trunk/lib/Transforms/IPO/Attributor.cpp
  llvm/trunk/test/Transforms/FunctionAttrs/align.ll
  llvm/trunk/test/Transforms/FunctionAttrs/arg_returned.ll
  llvm/trunk/test/Transforms/FunctionAttrs/dereferenceable.ll
  llvm/trunk/test/Transforms/FunctionAttrs/fn_noreturn.ll
  llvm/trunk/test/Transforms/FunctionAttrs/internal-noalias.ll
  llvm/trunk/test/Transforms/FunctionAttrs/liveness.ll
  llvm/trunk/test/Transforms/FunctionAttrs/noalias_returned.ll
  llvm/trunk/test/Transforms/FunctionAttrs/nofree-attributor.ll
  llvm/trunk/test/Transforms/FunctionAttrs/noreturn_async.ll
  llvm/trunk/test/Transforms/FunctionAttrs/noreturn_sync.ll
  llvm/trunk/test/Transforms/FunctionAttrs/nosync.ll
  llvm/trunk/test/Transforms/FunctionAttrs/nounwind.ll
  llvm/trunk/test/Transforms/FunctionAttrs/willreturn.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67232.220468.patch
Type: text/x-patch
Size: 18004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190917/a6ecc089/attachment.bin>


More information about the llvm-commits mailing list