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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 11:33:43 PDT 2020


nikic added a comment.

I've just pushed an extended test case in https://github.com/llvm/llvm-project/commit/1b65a51af80a9375ef85cb8fa6ec9ec3c68b3549, that shows that this problem is not BatchAA specific. We need to deal with this even for single queries, as results might have already been cached before we reach the phi.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90062



More information about the llvm-commits mailing list