[mlir] Allow space literals (` `) in assemblyFormat.
authorChristian Sigg <csigg@google.com>
Sun, 18 Oct 2020 05:40:42 +0000 (07:40 +0200)
committerChristian Sigg <csigg@google.com>
Mon, 19 Oct 2020 05:25:28 +0000 (07:25 +0200)
commitf9b8a0b96b47343a025939db588f260ed6d7b4e3
tree88c151202d0e21e24e0ac96e6c9e05630894e867
parent354d3106c6a9d6de824ee7ffa501387592b15afa
[mlir] Allow space literals (` `) in assemblyFormat.

Spaces are only printed, not parsed.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D89585
mlir/test/lib/Dialect/Test/TestOps.td
mlir/test/mlir-tblgen/op-format-spec.td
mlir/test/mlir-tblgen/op-format.mlir
mlir/tools/mlir-tblgen/OpFormatGen.cpp