diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-10-22 21:44:09 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-10-22 22:12:21 +0200 |
commit | 2b372570ee0be853f61de5feef7fc67b96bf1460 (patch) | |
tree | 2af1dcb0ca2659ff42b8812e993391dd5a2c8470 /clang/lib/Basic/SourceManager.cpp | |
parent | 57cdc52c4df0a8a6835ddeede787b23c0ce9e358 (diff) | |
download | llvm-2b372570ee0be853f61de5feef7fc67b96bf1460.zip llvm-2b372570ee0be853f61de5feef7fc67b96bf1460.tar.gz llvm-2b372570ee0be853f61de5feef7fc67b96bf1460.tar.bz2 |
[BasicAA] Don't track visited blocks for phi-phi alias query
We only need the VisitedPhiBBs to disambiguate comparisons of
values from two different loop iterations. If we're comparing
two phis from the same basic block in lock-step, the compared
values will always be on the same iteration.
While this also increases precision, this is mainly intended
to clarify the scope of VisitedPhiBBs.
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions