[all-commits] [llvm/llvm-project] feadf2: [IR] Introduce `T<address space>` to `DataLayout` ...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Tue Sep 17 19:13:28 PDT 2024
Branch: refs/heads/users/shiltian/data-layout-flat-address-space
Home: https://github.com/llvm/llvm-project
Commit: feadf29036d9157fec452343cf768a6b78d018e5
https://github.com/llvm/llvm-project/commit/feadf29036d9157fec452343cf768a6b78d018e5
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