This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1056b5b [MBB] Early exit to reduce indentation, per coding guidelines. NFC. new 82629e7 PR26055: Speed up LiveDebugValues by replacing lists with bit [...] new 92631b8 [BasicAA] Improve precision of alloca vs. inbounds GEP alias queries
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/BasicAliasAnalysis.h | 26 +- lib/Analysis/BasicAliasAnalysis.cpp | 202 +++++++------ lib/CodeGen/LiveDebugValues.cpp | 326 ++++++++++++--------- test/Analysis/BasicAA/negoffset.ll | 87 ++++++ test/DebugInfo/COFF/register-variables.ll | 8 +- .../DebugInfo/MIR/X86/live-debug-values-3preds.mir | 8 +- 6 files changed, 419 insertions(+), 238 deletions(-) create mode 100644 test/Analysis/BasicAA/negoffset.ll