[Mlir-commits] [mlir] [mlir][vector] Relax operand type restrictions for `vector.from_elements` (PR #145517)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Jun 24 09:39:49 PDT 2025


================
@@ -959,13 +959,16 @@ func.func @vector_scan(%0: vector<4x8x16x32xf32>) -> vector<4x8x16x32xf32> {
 }
 
 // CHECK-LABEL: func @test_splat_op
-// CHECK-SAME: [[S:%arg[0-9]+]]: f32
-func.func @test_splat_op(%s : f32) {
+// CHECK-SAME: [[S:%arg[0-9]+]]: f32, [[S2:%arg[0-9]+]]: !llvm.ptr<1>
----------------
banach-space wrote:

[nit] Is it guaranteed that the inputs will be renamed as `%argN`? Might be safer to avoid.

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


More information about the Mlir-commits mailing list