diff options
author | Igor Wodiany <igor.wodiany@imgtec.com> | 2025-06-11 14:37:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-11 14:37:28 +0100 |
commit | b09206db154bab8fa09b6708e642a6bba3d125be (patch) | |
tree | 1db57a760990a78a81d58389b35e38311288163e /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | b512077c373a4416c506002383c69867cfee0741 (diff) | |
download | llvm-b09206db154bab8fa09b6708e642a6bba3d125be.zip llvm-b09206db154bab8fa09b6708e642a6bba3d125be.tar.gz llvm-b09206db154bab8fa09b6708e642a6bba3d125be.tar.bz2 |
[mlir][spirv] Include `SPIRV_AnyImage` in `SPIRV_Type` (#143676)
This change is trigger by encountering the following error:
```
<unknown>:0: error: 'spirv.Load' op result #0 must be void
or bool or 8/16/32/64-bit integer or 16/32/64-bit float or
vector of bool or 8/16/32/64-bit integer or 16/32/64-bit
float values of length 2/3/4/8/16 or any SPIR-V pointer type
or any SPIR-V array type or any SPIR-V run time array type
or any SPIR-V struct type or any SPIR-V cooperative matrix
type or any SPIR-V matrix type or any SPIR-V sampled image
type, but got '!spirv.image<f32, Dim2D, NoDepth, NonArrayed,
SingleSampled, NoSampler, Rgba8>'<unknown>:0: note: see current
operation:
%126 = "spirv.Load"(%125) {relaxed_precision} : (!spirv.ptr<!spirv.image<f32, Dim2D, NoDepth, NonArrayed, SingleSampled, NoSampler, Rgba8>, UniformConstant>) -> !spirv.image<f32, Dim2D, NoDepth, NonArrayed, SingleSampled, NoSampler, Rgba8>
```
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions