[all-commits] [llvm/llvm-project] 89dae7: [Loads] Use BatchAAResults for available value API...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jan 24 05:04:39 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89dae798cc77789a43e9a60173f647dae03a65fe
https://github.com/llvm/llvm-project/commit/89dae798cc77789a43e9a60173f647dae03a65fe
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M llvm/include/llvm/Analysis/Loads.h
M llvm/lib/Analysis/Lint.cpp
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
M llvm/lib/Transforms/Scalar/JumpThreading.cpp
Log Message:
-----------
[Loads] Use BatchAAResults for available value APIs (NFCI)
This allows caching AA queries both within and across the calls,
and enables us to use a custom AAQI configuration.
More information about the All-commits
mailing list