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

Igor Wodiany llvmlistbot at llvm.org
Wed Jul 16 03:11:08 PDT 2025


================
@@ -77,4 +77,11 @@ def SPIRVWebGPUPreparePass : Pass<"spirv-webgpu-prepare", "spirv::ModuleOp"> {
                 "and replacing with supported ones";
 }
 
+def SPIRVReplicatedConstantCompositePass
+    : Pass<"spirv-replicated-const-composite", "spirv::ModuleOp"> {
----------------
IgWod-IMG wrote:

I think there should be a verb in here. Now it is not immediately clear from the name what the pass does with regards to replicated constant composites.

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


More information about the Mlir-commits mailing list