[all-commits] [llvm/llvm-project] 9f1da9: [mlir][SPIRV] Do not rewrite CompositeInsert for c...
Hsiangkai Wang via All-commits
all-commits at lists.llvm.org
Wed May 21 00:13:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f1da90d6f996f2d4606b2d1e31b494d72a82b0e
https://github.com/llvm/llvm-project/commit/9f1da90d6f996f2d4606b2d1e31b494d72a82b0e
Author: Hsiangkai Wang <hsiangkai.wang at arm.com>
Date: 2025-05-21 (Wed, 21 May 2025)
Changed paths:
M mlir/lib/Dialect/SPIRV/Transforms/RewriteInsertsPass.cpp
M mlir/test/Dialect/SPIRV/Transforms/rewrite-inserts.mlir
Log Message:
-----------
[mlir][SPIRV] Do not rewrite CompositeInsert for coopmatrix (#137837)
When rewriting multiple CompositeInserts to CompositeConstruct, we need
to know the number of elements of the result type. However, we cannot
query the number of elements for cooperative matrix types.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list