[all-commits] [llvm/llvm-project] 28bbe1: [Attributor] AAAddressSpace should use the AA for ...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Mon Jul 6 16:24:31 PDT 2026
Branch: refs/heads/users/jdoerfert/attributor_as_rec
Home: https://github.com/llvm/llvm-project
Commit: 28bbe168427d85ded6eaa13bce4b96f7dddac593
https://github.com/llvm/llvm-project/commit/28bbe168427d85ded6eaa13bce4b96f7dddac593
Author: Johannes Doerfert <jdoerfert.llvm at gmail.com>
Date: 2026-07-06 (Mon, 06 Jul 2026)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
A llvm/test/Transforms/Attributor/AddrSpaceIndirect.ll
Log Message:
-----------
[Attributor] AAAddressSpace should use the AA for recursive lookups
If we stripped some values, we can use the AAAddressSpace again for
an optimistic AS value. If we didn't strip any value, we can still use
the TLI.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list