diff options
author | Igor Wodiany <igor.wodiany@imgtec.com> | 2025-09-23 15:19:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-23 15:19:56 +0100 |
commit | bcc1e75b957230b7462237334c4a04e6966bebd0 (patch) | |
tree | a2d00b6a17cd8e4dec1aff81f9babdcd57ba113b /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp | |
parent | 1af2ddbbcfaf65c0fcf14235816055c5d1f93ef0 (diff) | |
download | llvm-bcc1e75b957230b7462237334c4a04e6966bebd0.zip llvm-bcc1e75b957230b7462237334c4a04e6966bebd0.tar.gz llvm-bcc1e75b957230b7462237334c4a04e6966bebd0.tar.bz2 |
[mlir][spirv] Fix execution mode and function call Target tests (#159323)
It fixes the problem where the execution mode is not valid for the given
entry point (`LocalSizeHint` requires `Kernel`) and where an `Input`
storage class pointer is incorrectly passed to a function call (there is
a restriction on what storage classes are allowed for pointer operands
to an `OpFunctionCall`, see "2.16.1. Universal Validation Rules").
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions