[PATCH] D73084: [LICM] NFC. Remove AST caching infrastructure

Daniil Suchkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 01:35:39 PST 2020


DaniilSuchkov created this revision.
DaniilSuchkov added reviewers: asbirlea, fhahn, efriedma, reames.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
DaniilSuchkov added a parent revision: D73081: [LICM] Don't cache AliasSetTrackers when run under legacy PM.

Since (once D73081 <https://reviews.llvm.org/D73081> is landed) LICM doesn't use AST caching any more, this infrastructure is now obsolete and we can remove it.
This patch will to be landed at least a day or two after D73081 <https://reviews.llvm.org/D73081> to ensure everything's fine without AST cache.


https://reviews.llvm.org/D73084

Files:
  llvm/lib/Transforms/Scalar/LICM.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73084.239243.patch
Type: text/x-patch
Size: 7744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200121/03eb0225/attachment.bin>


More information about the llvm-commits mailing list