[all-commits] [llvm/llvm-project] 97993c: [Attributor] Use known non-flat AS before `getAssu...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Sun Jun 8 21:39:40 PDT 2025
Branch: refs/heads/users/shiltian/aa-addrspace-use-known-as
Home: https://github.com/llvm/llvm-project
Commit: 97993c7d5a0708f6279822dac5c7d7d336a2b405
https://github.com/llvm/llvm-project/commit/97993c7d5a0708f6279822dac5c7d7d336a2b405
Author: Shilei Tian <i at tianshilei.me>
Date: 2025-06-09 (Mon, 09 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