diff options
author | Nikita Popov <npopov@redhat.com> | 2022-11-15 11:00:17 +0100 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2022-11-15 16:27:28 +0100 |
commit | db5855d0e49c1a220bb7ba1cd61e6101a4a8626f (patch) | |
tree | 7d70f87b5a33a6f22978b78c28f6761dc50d6cbc /llvm/lib/AsmParser/LLLexer.cpp | |
parent | 139e08efc55b4601ce2c2cf9afbcec714aaa017a (diff) | |
download | llvm-db5855d0e49c1a220bb7ba1cd61e6101a4a8626f.zip llvm-db5855d0e49c1a220bb7ba1cd61e6101a4a8626f.tar.gz llvm-db5855d0e49c1a220bb7ba1cd61e6101a4a8626f.tar.bz2 |
[AST] Restrict AliasSetTracker to immutable IR
This restricts usage of AliasSetTracker to IR that does not change.
We used to use it during LICM where the underlying IR could change,
but remaining uses all use AST as part of a separate analysis phase.
This is split out from D137955, which makes use of the new guarantee
to switch to BatchAA.
Differential Revision: https://reviews.llvm.org/D138014
Diffstat (limited to 'llvm/lib/AsmParser/LLLexer.cpp')
0 files changed, 0 insertions, 0 deletions