[SPIRV] support __spirv_Load/Store builtin functions
authorIlia Diachkov <ilia.diachkov@gmail.com>
Sun, 25 Dec 2022 21:16:14 +0000 (00:16 +0300)
committerIlia Diachkov <ilia.diachkov@gmail.com>
Sun, 25 Dec 2022 22:25:20 +0000 (01:25 +0300)
commit0b0224bc88af60c91fe3e4721013b99269efa5b2
tree6d39f8f40efca9b13c54e92468256b4578e66f8b
parent435e220ba6a41afbeaef6019febddc1b89bf4214
[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
llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
llvm/lib/Target/SPIRV/SPIRVBuiltins.td
llvm/test/CodeGen/SPIRV/spirv-load-store.ll [new file with mode: 0644]