[Mlir-commits] [mlir] [mlir][vector] Add tests xfer-permute-lowering (nfc)(2/n) (PR #96033)
Hugo Trachino
llvmlistbot at llvm.org
Thu Aug 1 01:19:18 PDT 2024
================
@@ -1,5 +1,7 @@
// RUN: mlir-opt %s --transform-interpreter --split-input-file | FileCheck %s
+// TODO: Replace %arg0 with %vec
----------------
nujaa wrote:
```suggestion
// TODO: Replace %arg0 with %vec
// TODO: Replace index args as %idx
// TODO: Align argument definition in CHECKS with function body.
```
https://github.com/llvm/llvm-project/pull/96033
More information about the Mlir-commits
mailing list