[Mlir-commits] [mlir] [mlir][Transforms][NFC] Dialect Conversion: Resolve insertion point TODO (PR #95653)

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Jun 17 00:43:53 PDT 2024


================
@@ -478,9 +478,10 @@ func.func @mului_extended_vector1d(%arg0: vector<3xi64>, %arg1: vector<3xi64>) -
 // -----
 
 // CHECK-LABEL: func @cmpf_2dvector(
+//  CHECK-SAME:     %[[OARG0:.*]]: vector<4x3xf32>, %[[OARG1:.*]]: vector<4x3xf32>)
----------------
banach-space wrote:

Daft question - what does `O` stand for in `OARG0`?

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


More information about the Mlir-commits mailing list