================ @@ -0,0 +1,32 @@ +// RUN: mlir-opt %s -cse -convert-vector-to-llvm="enable-amx" | mlir-opt | FileCheck %s ---------------- adam-smnk wrote: nit: I think the extra pipe to opt ` | mlir-opt` can be skipped https://github.com/llvm/llvm-project/pull/155403