diff options
author | Steven Perron <stevenperron@google.com> | 2024-10-08 12:31:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-08 12:31:23 -0400 |
commit | 5af7ae501a7ce7bd9d284876fef04b84e441abbd (patch) | |
tree | 1195127286d12742c76e92d3e3b7754dba1a8133 /lldb/source/Commands/CommandObjectThread.cpp | |
parent | baa51ffd9c417c9ec272c601673c484bc4335319 (diff) | |
download | llvm-5af7ae501a7ce7bd9d284876fef04b84e441abbd.zip llvm-5af7ae501a7ce7bd9d284876fef04b84e441abbd.tar.gz llvm-5af7ae501a7ce7bd9d284876fef04b84e441abbd.tar.bz2 |
[SPIRV] Implement handle_fromBinding intrinsic. (#111052)
Implement the intrinsic `llvm.spv.handle.fromBinding`, which returns the
handle for a global resource. This involves creating a global variable
that matches the return-type, set, and binding in the call, and
returning the handle to that resource.
This commit implements the scalar version. It does not handle arrays of
resources yet. It also does not handle storage buffers yet. We do not
have the type for the storage buffers designed yet.
Part of #81036
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions