[all-commits] [llvm/llvm-project] 0b0224: [SPIRV] support __spirv_Load/Store builtin functions
Ilia Diachkov via All-commits
all-commits at lists.llvm.org
Sun Dec 25 13:39:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b0224bc88af60c91fe3e4721013b99269efa5b2
https://github.com/llvm/llvm-project/commit/0b0224bc88af60c91fe3e4721013b99269efa5b2
Author: Ilia Diachkov <ilia.diachkov at gmail.com>
Date: 2022-12-26 (Mon, 26 Dec 2022)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
M llvm/lib/Target/SPIRV/SPIRVBuiltins.td
A llvm/test/CodeGen/SPIRV/spirv-load-store.ll
Log Message:
-----------
[SPIRV] support __spirv_Load/Store builtin functions
The patch adds support for the builtin functions __spirv_Load and
__spirv_Store. One test is added to demonstrate the improvement.
Differential Revision: https://reviews.llvm.org/D140490
More information about the All-commits
mailing list