1 // RUN: mlir-opt %s --gpu-to-llvm | FileCheck %s
4 func.func @func(%arg: vector<11xf32>) {
5 %cst_41 = arith.constant dense<true> : vector<11xi1>
7 // CHECK-SAME: vector.yield %arg0
8 %127 = vector.mask %cst_41 { vector.yield %arg : vector<11xf32> } : vector<11xi1> -> vector<11xf32>