[Mlir-commits] [flang] [mlir] [MLIR][Vector] Remove vector.splat (PR #162167)
Igor Zamyatin
llvmlistbot at llvm.org
Thu Oct 16 10:02:25 PDT 2025
================
@@ -590,32 +590,6 @@ struct LinearizeVectorBitCast final
}
};
-/// This pattern converts the SplatOp to work on a linearized vector.
----------------
Garra1980 wrote:
> Does it break anything for you? Genuine question, I just want us to avoid adding code for the sake of adding code 😅
Agree! The simple one would be https://github.com/intel/mlir-extensions/blob/main/test/Transforms/vector-linearize.mlir#L325 if splat is just replaced by broadcast
https://github.com/llvm/llvm-project/pull/162167
More information about the Mlir-commits
mailing list