[all-commits] [llvm/llvm-project] 8db0d5: [TargetTransformInfo] Remove `getFlatAddressSpace`
Shilei Tian via All-commits
all-commits at lists.llvm.org
Sun Sep 15 20:09:14 PDT 2024
Branch: refs/heads/users/shiltian/remove-get-flat-as-from-tti
Home: https://github.com/llvm/llvm-project
Commit: 8db0d52053b0cde8be13ddb6c669b6b262eefdf8
https://github.com/llvm/llvm-project/commit/8db0d52053b0cde8be13ddb6c669b6b262eefdf8
Author: Shilei Tian <i at tianshilei.me>
Date: 2024-09-15 (Sun, 15 Sep 2024)
Changed paths:
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/lib/Analysis/TargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
M llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h
M llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
Log Message:
-----------
[TargetTransformInfo] Remove `getFlatAddressSpace`
This has been moved to `DataLayout`.
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