[all-commits] [llvm/llvm-project] 740e83: [mlir][ods] Attribute and type formats: support wh...
Jeff Niu via All-commits
all-commits at lists.llvm.org
Tue Feb 8 15:27:48 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 740e8326444d1f2be54e02f73dcbf9ecb2463083
https://github.com/llvm/llvm-project/commit/740e8326444d1f2be54e02f73dcbf9ecb2463083
Author: Mogball <jeffniu22 at gmail.com>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M mlir/test/lib/Dialect/Test/TestTypeDefs.td
M mlir/test/mlir-tblgen/attr-or-type-format-roundtrip.mlir
M mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp
Log Message:
-----------
[mlir][ods] Attribute and type formats: support whitespaces
Supports whitespace elements: ` ` and `\\n` as well as the "empty" whitespace `` that removes an otherwise printed space.
Depends on D118208
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D118210
More information about the All-commits
mailing list