[all-commits] [llvm/llvm-project] 2616c2: [SPIR-V] Preserve pointer address space for load/g...
Michal Paszkowski via All-commits
all-commits at lists.llvm.org
Tue Sep 19 01:49:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2616c279d5a97a7d9aa7b9972d8dc06dafddc2c7
https://github.com/llvm/llvm-project/commit/2616c279d5a97a7d9aa7b9972d8dc06dafddc2c7
Author: Michal Paszkowski <michal.paszkowski at outlook.com>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVPreLegalizer.cpp
A llvm/test/CodeGen/SPIRV/pointers/getelementptr-addressspace.ll
A llvm/test/CodeGen/SPIRV/pointers/load-addressspace.ll
Log Message:
-----------
[SPIR-V] Preserve pointer address space for load/gep instructions
Differential Revision: https://reviews.llvm.org/D158761
More information about the All-commits
mailing list