[Mlir-commits] [mlir] test: add space to see the change of output ast (PR #202598)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Jun 9 05:56:48 PDT 2026


https://github.com/ontherun0 created https://github.com/llvm/llvm-project/pull/202598

None

>From 14d02af6c7625558ba66b3a4701f04176a664abd Mon Sep 17 00:00:00 2001
From: haozhibo <861871897 at qq.com>
Date: Tue, 9 Jun 2026 20:09:42 +0800
Subject: [PATCH] test: add space to see the change of output ast

---
 mlir/test/Examples/Toy/Ch1/ast.toy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mlir/test/Examples/Toy/Ch1/ast.toy b/mlir/test/Examples/Toy/Ch1/ast.toy
index 4af2d25fe1821..3c01a30b545b0 100644
--- a/mlir/test/Examples/Toy/Ch1/ast.toy
+++ b/mlir/test/Examples/Toy/Ch1/ast.toy
@@ -2,7 +2,7 @@
 
 # User defined generic function that operates on unknown shaped arguments.
 def multiply_transpose(a, b) {
-  return transpose(a) * transpose(b);
+  return   transpose(a) * transpose(b);
 }
 
 def main() {



More information about the Mlir-commits mailing list