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

Igor Wodiany llvmlistbot at llvm.org
Wed Jul 16 08:14:43 PDT 2025


================
@@ -1,5 +1,6 @@
 set(LLVM_OPTIONAL_SOURCES
   CanonicalizeGLPass.cpp
+  ConversionToReplicatedConstantCompositePass.cpp
----------------
IgWod-IMG wrote:

Should name start with `Convert` to match other files?

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


More information about the Mlir-commits mailing list