[all-commits] [llvm/llvm-project] aabf3c: [Attributor] Use known non-flat AS before `getAssu...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Fri Jun 6 18:06:13 PDT 2025
Branch: refs/heads/users/shiltian/aa-addrspace-use-known-as
Home: https://github.com/llvm/llvm-project
Commit: aabf3ca4235faa178313eac70eaaa3e348ef9641
https://github.com/llvm/llvm-project/commit/aabf3ca4235faa178313eac70eaaa3e348ef9641
Author: Shilei Tian <i at tianshilei.me>
Date: 2025-06-06 (Fri, 06 Jun 2025)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/test/CodeGen/AMDGPU/aa-as-infer.ll
M llvm/test/Transforms/OpenMP/nested_parallelism.ll
M llvm/test/Transforms/OpenMP/remove_globalization.ll
M llvm/test/Transforms/OpenMP/spmdization_guarding.ll
M llvm/test/Transforms/OpenMP/spmdization_guarding_two_reaching_kernels.ll
M llvm/test/Transforms/OpenMP/spmdization_no_guarding_two_reaching_kernels.ll
Log Message:
-----------
[Attributor] Use known non-flat AS before `getAssumedAddrSpace`
If the underlying object already has a non-flat address space, we simply use
that before calling `getAssumedAddrSpace`.
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