[all-commits] [llvm/llvm-project] 2546b9: [IR] Introduce `T<address space>` to `DataLayout` ...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Tue Sep 17 18:42:42 PDT 2024
Branch: refs/heads/users/shiltian/data-layout-flat-address-space
Home: https://github.com/llvm/llvm-project
Commit: 2546b9cef422ab60f75dfc1321a097ae22415a82
https://github.com/llvm/llvm-project/commit/2546b9cef422ab60f75dfc1321a097ae22415a82
Author: Shilei Tian <i at tianshilei.me>
Date: 2024-09-17 (Tue, 17 Sep 2024)
Changed paths:
M clang/lib/Basic/Targets/AMDGPU.cpp
M clang/lib/Basic/Targets/NVPTX.cpp
M clang/test/CodeGen/target-data.c
M clang/test/CodeGenOpenCL/amdgpu-env-amdgcn.cl
M lld/test/ELF/lto/amdgcn-oses.ll
M lld/test/ELF/lto/amdgcn.ll
M llvm/docs/LangRef.rst
M llvm/docs/ReleaseNotes.rst
M llvm/include/llvm/IR/DataLayout.h
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/lib/IR/DataLayout.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
M llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
M llvm/unittests/Bitcode/DataLayoutUpgradeTest.cpp
M mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp
Log Message:
-----------
[IR] Introduce `T<address space>` to `DataLayout` to represent flat address space if a target supports it
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