[Mlir-commits] [mlir] [mlir][vector][memref] Add `alignment` attribute to memory access ops (PR #144344)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Fri Jun 20 02:50:45 PDT 2025
================
@@ -0,0 +1,27 @@
+// RUN: mlir-opt -split-input-file -verify-diagnostics %s | FileCheck %s
----------------
ftynse wrote:
Please move the "positive" tests into `test/Dialect/*/ops.mlir` and negative tests into `test/Dialect/*/invalid.mlir`. Both exist in both dialects. We don't want to have a test file per operation.
https://github.com/llvm/llvm-project/pull/144344
More information about the Mlir-commits
mailing list