[all-commits] [llvm/llvm-project] 5dfe65: [mlir] Allow omitting spaces in assemblyFormat wit...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Wed Nov 11 00:35:05 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5dfe6545d4aaa3f123b5963092905f2611ae936b
https://github.com/llvm/llvm-project/commit/5dfe6545d4aaa3f123b5963092905f2611ae936b
Author: Christian Sigg <csigg at google.com>
Date: 2020-11-11 (Wed, 11 Nov 2020)
Changed paths:
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/mlir-tblgen/op-format-spec.td
M mlir/test/mlir-tblgen/op-format.mlir
M mlir/tools/mlir-tblgen/OpFormatGen.cpp
Log Message:
-----------
[mlir] Allow omitting spaces in assemblyFormat with a `` literal.
I would like to use this for D90589 to switch std.alloc to assemblyFormat.
Hopefully it will be useful in other places as well.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D91068
More information about the All-commits
mailing list