[all-commits] [llvm/llvm-project] 819036: [mlir][tosa] Add verifier for `tosa.transpose` (#7...
Felix Schneider via All-commits
all-commits at lists.llvm.org
Thu Dec 14 22:22:45 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8190369e83c717ec6393e3b9ed62b6b70f9ab174
https://github.com/llvm/llvm-project/commit/8190369e83c717ec6393e3b9ed62b6b70f9ab174
Author: Felix Schneider <fx.schn at gmail.com>
Date: 2023-12-15 (Fri, 15 Dec 2023)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
M mlir/test/Dialect/Tosa/invalid.mlir
M mlir/test/Dialect/Tosa/tosa-infer-shapes.mlir
Log Message:
-----------
[mlir][tosa] Add verifier for `tosa.transpose` (#75376)
This patch adds a verifier to `tosa.transpose` which fixes a crash.
Related: https://github.com/llvm/llvm-project/pull/74367
Fix https://github.com/llvm/llvm-project/issues/74479
More information about the All-commits
mailing list