aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/SourceManager.cpp
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-10-22 21:44:09 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-10-22 22:12:21 +0200
commit2b372570ee0be853f61de5feef7fc67b96bf1460 (patch)
tree2af1dcb0ca2659ff42b8812e993391dd5a2c8470 /clang/lib/Basic/SourceManager.cpp
parent57cdc52c4df0a8a6835ddeede787b23c0ce9e358 (diff)
downloadllvm-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