[Mlir-commits] [flang] [mlir] [MLIR][Vector] Remove vector.splat (PR #162167)

James Newling llvmlistbot at llvm.org
Thu Oct 16 11:05:22 PDT 2025


================
@@ -590,32 +590,6 @@ struct LinearizeVectorBitCast final
   }
 };
 
-/// This pattern converts the SplatOp to work on a linearized vector.
----------------
newling wrote:

Oh yes you're clearly right, thanks @Garra1980. I think I assumed there was a pattern for broadcast too. I will post a fix later today/tomorrow unless someone else wants to do it, should be easy. 

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


More information about the Mlir-commits mailing list