[PATCH] D60876: [TypeBasedAliasAnalysis] Cache TBAA results in BatchAA.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 18 09:42:14 PDT 2019


asbirlea created this revision.
asbirlea added reviewers: chandlerc, kosarev.
Herald added subscribers: george.burgess.iv, jlebar.
Herald added a project: LLVM.

Add cached TBAA results to the AAQueryInfo, to be used when using BatchAA.
Currently this is used wen enabling MemorySSA, during MemorySSA build.


Repository:
  rL LLVM

https://reviews.llvm.org/D60876

Files:
  include/llvm/Analysis/AliasAnalysis.h
  include/llvm/Analysis/TypeBasedAliasAnalysis.h
  lib/Analysis/TypeBasedAliasAnalysis.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60876.195767.patch
Type: text/x-patch
Size: 4705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190418/cca0a126/attachment.bin>


More information about the llvm-commits mailing list