[all-commits] [llvm/llvm-project] c50762: [Attributor] Use known non-flat AS before `getAssu...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Fri Jun 6 18:08:57 PDT 2025
Branch: refs/heads/users/shiltian/aa-addrspace-use-known-as
Home: https://github.com/llvm/llvm-project
Commit: c5076268134dc5a2f6110512ed649bd41fdb7187
https://github.com/llvm/llvm-project/commit/c5076268134dc5a2f6110512ed649bd41fdb7187
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