[all-commits] [llvm/llvm-project] f9b8a0: [mlir] Allow space literals (` `) in assemblyFormat.

Christian Sigg via All-commits all-commits at lists.llvm.org
Sun Oct 18 22:25:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f9b8a0b96b47343a025939db588f260ed6d7b4e3
      https://github.com/llvm/llvm-project/commit/f9b8a0b96b47343a025939db588f260ed6d7b4e3
  Author: Christian Sigg <csigg at google.com>
  Date:   2020-10-19 (Mon, 19 Oct 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 space literals (` `) in assemblyFormat.

Spaces are only printed, not parsed.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D89585




More information about the All-commits mailing list