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

Matthias Springer llvmlistbot at llvm.org
Mon Jun 17 10:55:01 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>)
----------------
matthias-springer wrote:

`[[ARG0]]` was already in use and I wanted to keep the diff as small as possible. So I wrote `[[OARG]]` (for "Original" arg).

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


More information about the Mlir-commits mailing list