Skip to content

[DirectX] Introduce llvm.dx.typedBufferLoad/Store intrinsics and lower them to typed bufferLoad/bufferStore dxil ops #91367

Closed
@bogner

Description

@bogner

We need to define intrinsics for typed buffer load and store that operate on dxil target extension types and are lowered to the bufferLoad and bufferStore DXIL ops. The interface for these intrinsics should match the documentation in #90553.

Acceptance criteria

  • llvm intrinsics to load and store typed buffers (ie, Buffer<T> and RWBuffer<T>) exist and are lowered to the bufferLoad and bufferStore DXIL operations

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions