[Mlir-commits] [mlir] [mlir][vector] Make ReorderElementwiseOpsOnBroadcast support vector.splat (PR #66596)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Tue Sep 19 23:38:26 PDT 2023
banach-space wrote:
> I guess the first question that comes to mind is... why do we have a `vector.broadcast` and a `vector.splat`? :) Isn't the former a superset of the latter? Is the latter just legacy?
Yup, was thinking the same the other day. I can try merging `vector.broadcast` and `vector.splat` in a separate patch. Shall I land this anyway?
https://github.com/llvm/llvm-project/pull/66596
More information about the Mlir-commits
mailing list