aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR/fail-invalid-tensor-encoding.mlir
blob: a5d27038353e06e8f0488d73f5ccc1f3b4089ff3 (plain)
1
2
3
4
5
// RUN: not mlir-opt %s

// Check that mlir-opt fails parsing when fed a tensor with an invalid encoding

!type = tensor<256x32xf16, #blocked>