Issue 91367
Summary Introduce llvm.dx.typedBufferLoad/Store intrinsics and lower them to typed bufferLoad/bufferStore dxil ops
Labels backend:DirectX
Assignees
Reporter 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
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to