[Mlir-commits] [mlir] [mlir][spirv] Add conversion pass to rewrite splat constant composite… (PR #148910)

Mohammadreza Ameri Mahabadian llvmlistbot at llvm.org
Fri Jul 18 04:33:59 PDT 2025


mahabadm wrote:

@kuhar In hindsight, I realized that it is better to move composite type check into `getSplatAttrAndNumElements` as you suggested earlier. While doing that I noticed an issue with array elements type detection which is now fixed. Also to test that I have now included several more tests (including negative tests). Thank you.

https://github.com/llvm/llvm-project/pull/148910


More information about the Mlir-commits mailing list