History log of /llvm-project/llvm/test/CodeGen/DirectX/ResourceAccess/store_rawbuffer.ll (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init
# 2f39d138 24-Jan-2025 Justin Bogner <mail@justinbogner.com>

[DirectX] Handle dx.RawBuffer in DXILResourceAccess (#121725)

This adds handling for raw and structured buffers when lowering resource
access via `llvm.dx.resource.getpointer`.

Fixes #121714