[PATCH] D90062: [BatchAA] Reset entry when relying on cycle detection.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 11:00:01 PDT 2020


asbirlea created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
asbirlea requested review of this revision.

WIP
Do not cache values that rely on cycle detection, as this information cannot be carried from one query to the next.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90062

Files:
  llvm/include/llvm/Analysis/AliasAnalysis.h
  llvm/include/llvm/Analysis/BasicAliasAnalysis.h
  llvm/lib/Analysis/BasicAliasAnalysis.cpp
  llvm/unittests/Analysis/AliasAnalysisTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90062.300347.patch
Type: text/x-patch
Size: 7067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201023/7826a414/attachment.bin>


More information about the llvm-commits mailing list