[llvm-branch-commits] [mlir] [mlir][omp] Add omp.tile operation (PR #160292)
Tom Eccles via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Sep 24 13:52:11 PDT 2025
================
@@ -403,6 +403,7 @@ void DefFormat::genLiteralParser(StringRef value, FmtContext &ctx,
.Case("]", "RSquare")
.Case("?", "Question")
.Case("+", "Plus")
+ .Case("-", "Minus")
----------------
tblah wrote:
I'm worried that this looks like it could have been a deliberate exclusion. Have you discussed this with the wider mlir community?
https://github.com/llvm/llvm-project/pull/160292
More information about the llvm-branch-commits
mailing list