diff options
author | Sarah Spall <sarahspall@microsoft.com> | 2025-05-30 08:16:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-30 08:16:19 -0700 |
commit | 7f34d3acbac3df2bceb5f6450413706bde38908c (patch) | |
tree | cbaea3fba9fb50d0d3d0e384e67b188dd2c6a1c4 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 5301f4c469de1cd410dbc2fc953ead14296d4eb0 (diff) | |
download | llvm-7f34d3acbac3df2bceb5f6450413706bde38908c.zip llvm-7f34d3acbac3df2bceb5f6450413706bde38908c.tar.gz llvm-7f34d3acbac3df2bceb5f6450413706bde38908c.tar.bz2 |
[DirectX] Add support for typedBufferLoad and Store for RWBuffer<double2> and RWBuffer<double> (#139996)
typedBufferLoad of double/double2 is expanded to a typedBufferLoad of a
<2 x i32>/<4 x i32> and asdouble
typedBufferStore of a double/double2 is expanded to a splitdouble and a
typedBufferStore of a <2 x i32>/<4 x i32>
Add tests showing result of intrinsic expansion for typedBufferLoad and
typedBufferStore
Add tests showing dxil op lowering can handle typedBufferLoad and
typedBufferStore where the target type doesn't match the typedBufferLoad
and typedBufferStore type
Closes #104423
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions