[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
Fri Sep 26 03:16:00 PDT 2025
================
@@ -403,6 +403,7 @@ void DefFormat::genLiteralParser(StringRef value, FmtContext &ctx,
.Case("]", "RSquare")
.Case("?", "Question")
.Case("+", "Plus")
+ .Case("-", "Minus")
----------------
tblah wrote:
Thanks for the context!
https://github.com/llvm/llvm-project/pull/160292
More information about the llvm-branch-commits
mailing list