diff options
author | Darren Wihandi <65404740+fairywreath@users.noreply.github.com> | 2025-07-08 10:44:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-08 10:44:37 -0400 |
commit | 4a68562e9aef03b7ffcc1761809522d71e965835 (patch) | |
tree | e656ca1e128632766af3cd706f47d1e3bad0daad /clang/lib/AST/ByteCode/Compiler.cpp | |
parent | 517cda12e5091216645903ec85087b0b2f8239c4 (diff) | |
download | llvm-4a68562e9aef03b7ffcc1761809522d71e965835.zip llvm-4a68562e9aef03b7ffcc1761809522d71e965835.tar.gz llvm-4a68562e9aef03b7ffcc1761809522d71e965835.tar.bz2 |
[mlir][spirv] Reject coop matrix operands on unsupported arithmetic ops (#147230)
Cooperative matrix operands are only supported for `add/sub/mul/div`
binary arithmetic ops, but currently all binary arithmetic ops accept
cooperative matrix operands, including `mod/rem`. This change fixes this
behaviour.
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions