blob: d7ee49ed6e087dac93598d4d8f9ba8b33851ebb5 [file]
// RUN: iree-run-mlir %s | FileCheck %s --dump-input=fail
// CHECK-LABEL: EXEC @scalars
func @scalars() -> tensor<f32> {
%0 = constant dense<2.0> : tensor<f32>
return %0 : tensor<f32>
}
// CHECK: f32=2