[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:57:46 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: ontherun0
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/202598.diff
1 Files Affected:
- (modified) mlir/test/Examples/Toy/Ch1/ast.toy (+1-1)
``````````diff
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() {
``````````
</details>
https://github.com/llvm/llvm-project/pull/202598
More information about the Mlir-commits
mailing list