diff --git a/compiler/src/iree/compiler/Dialect/Stream/Transforms/test/encode_host_tensors_packing.mlir b/compiler/src/iree/compiler/Dialect/Stream/Transforms/test/encode_host_tensors_packing.mlir index bc58632f4a6c8..b04369652fdc3 100644 --- a/compiler/src/iree/compiler/Dialect/Stream/Transforms/test/encode_host_tensors_packing.mlir +++ b/compiler/src/iree/compiler/Dialect/Stream/Transforms/test/encode_host_tensors_packing.mlir @@ -85,7 +85,7 @@ util.func public @denseTensorSizeOfDynamic(%arg0: index) -> index { // CHECK-DAG: %[[C5:.+]] = arith.constant 5 : index // CHECK-DAG: %[[C2:.+]] = arith.constant 2 : index // CHECK: %[[MUL:.+]] = arith.muli %arg0, %[[C5]] : index - // CHECK: %[[DIV:.+]] = arith.divui %[[MUL]], %[[C2]] : index + // CHECK: %[[DIV:.+]] = arith.ceildivui %[[MUL]], %[[C2]] : index %0 = stream.tensor.sizeof tensor{%arg0} : index // CHECK: util.return %[[DIV]] util.return %0 : index