[all-commits] [llvm/llvm-project] 4ae734: [DirectX] Teach DXILResourceAccess about cbuffers ...
Justin Bogner via All-commits
all-commits at lists.llvm.org
Mon Nov 10 12:33:04 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ae7348513c700cf0a34a65094e925cba1084424
https://github.com/llvm/llvm-project/commit/4ae7348513c700cf0a34a65094e925cba1084424
Author: Justin Bogner <mail at justinbogner.com>
Date: 2025-11-10 (Mon, 10 Nov 2025)
Changed paths:
M llvm/lib/Target/DirectX/DXILResourceAccess.cpp
A llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-array-of-struct.ll
A llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-array-of-vector.ll
A llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-array-typedgep.ll
A llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-arrays.ll
A llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-dynamic-struct.ll
A llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-dynamic.ll
A llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-scalars.ll
A llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-vectors.ll
Log Message:
-----------
[DirectX] Teach DXILResourceAccess about cbuffers (#164554)
This isn't reachable today but will come into play once we reorder
passes for #147352 and #147351.
Note that the `CBufferRowIntrin` helper struct is copied from the
`DXILCBufferAccess` pass, but it will be removed from there when we
simplify that pass in #147351
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list