[Mlir-commits] [mlir] [mlir][ptr] Add the `ptradd` and `type_offset` ops, and `int_space` attr (PR #136434)
Tobias Gysi
llvmlistbot at llvm.org
Sat Apr 19 12:11:52 PDT 2025
================
@@ -0,0 +1,11 @@
+// RUN: mlir-opt %s | FileCheck %s
----------------
gysit wrote:
```suggestion
// RUN: mlir-opt %s --verify-roundtrip | FileCheck %s
```
nit: --verify-roundtrip should check if the IR in its generic form is the same after printing and parsing. I believe it makes sense to use it for such roundtrip tests.
https://github.com/llvm/llvm-project/pull/136434
More information about the Mlir-commits
mailing list