llvm-project
8baa212b - [DirectX] Handle <1 x ...> loads in DXILResourceAccess (#137076)

Commit
228 days ago
[DirectX] Handle <1 x ...> loads in DXILResourceAccess (#137076) We can end up with loads of single element vectors when we have scalar values, because the vectorizer may introduce these to use ops like shufflevector in some cases. Make sure we're maintaining the correct type when translating these into resource load operations. Fixes #136409.
Author
Parents
Loading