================ @@ -265,6 +265,13 @@ func.func @dot(%arg0: vector<4xf32>, %arg1: vector<4xf32>) -> f32 { // ----- +func.func @dot_bf16(%arg0: vector<4xbf16>, %arg1: vector<4xbf16>) -> bf16 { ---------------- IgWod-IMG wrote: Missing `CHECK` in this test? https://github.com/llvm/llvm-project/pull/141458