Skip to content

[mlir][memref] Fix build after #132545 #133760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2025

Conversation

matthias-springer
Copy link
Member

There was a typo in the error message.

@matthias-springer matthias-springer changed the title [mlir][memref] Fix builder after #132545 [mlir][memref] Fix build after #132545 Mar 31, 2025
@matthias-springer matthias-springer merged commit bc3b1b0 into main Mar 31, 2025
9 of 13 checks passed
@matthias-springer matthias-springer deleted the users/matthias-springer/fix_build_3_31 branch March 31, 2025 17:38
@llvmbot
Copy link
Member

llvmbot commented Mar 31, 2025

@llvm/pr-subscribers-mlir-memref

@llvm/pr-subscribers-mlir

Author: Matthias Springer (matthias-springer)

Changes

There was a typo in the error message.


Full diff: https://github.com/llvm/llvm-project/pull/133760.diff

1 Files Affected:

  • (modified) mlir/lib/Dialect/MemRef/Transforms/RuntimeOpVerification.cpp (+1-1)
diff --git a/mlir/lib/Dialect/MemRef/Transforms/RuntimeOpVerification.cpp b/mlir/lib/Dialect/MemRef/Transforms/RuntimeOpVerification.cpp
index 4537977226087..cd92026562da9 100644
--- a/mlir/lib/Dialect/MemRef/Transforms/RuntimeOpVerification.cpp
+++ b/mlir/lib/Dialect/MemRef/Transforms/RuntimeOpVerification.cpp
@@ -370,7 +370,7 @@ struct SubViewOpInterface
       builder.create<cf::AssertOp>(
           loc, lastPosInBounds,
           RuntimeVerifiableOpInterface::generateErrorMessage(
-              op, "Subview runs out-of-bounds along dimension" +
+              op, "subview runs out-of-bounds along dimension " +
                       std::to_string(i)));
     }
   }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants