[all-commits] [llvm/llvm-project] ab7e8b: [mlir][tosa] fix a crash when sliceOp has invalid ...
long.chen via All-commits
all-commits at lists.llvm.org
Wed Oct 25 02:13:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab7e8b76366df9a83847fcce8c9c7e01b64c74de
https://github.com/llvm/llvm-project/commit/ab7e8b76366df9a83847fcce8c9c7e01b64c74de
Author: long.chen <lipracer at gmail.com>
Date: 2023-10-25 (Wed, 25 Oct 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
Log Message:
-----------
[mlir][tosa] fix a crash when sliceOp has invalid attribute (#68486) (#70063)
add a verifier for tosa::sliceOp
More information about the All-commits
mailing list