[PATCH] D65709: [Attributor][NFCI] Avoid duplication of the InformationCache reference

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 3 21:39:55 PDT 2019


jdoerfert created this revision.
jdoerfert added reviewers: sstefan1, uenoku.
Herald added subscribers: bollu, hiraditya.
Herald added a project: LLVM.

Instead of storing the reference to the InformationCache we now pass it
whenever it might be needed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65709

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65709.213224.patch
Type: text/x-patch
Size: 38949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190804/be3f58f6/attachment.bin>


More information about the llvm-commits mailing list