Expand the pretty dialect type system to support arbitrary punctuation and
authorChris Lattner <clattner@google.com>
Sun, 14 Apr 2019 20:41:09 +0000 (13:41 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Thu, 18 Apr 2019 18:48:09 +0000 (11:48 -0700)
commit09c053bfd0a31143455aeab5285bba47328b0b5f
treec14b2ceb6407e489779aff949f18801d782d254e
parent074cb4292f9b64b2feaae4fbf9495b38f2b0d475
Expand the pretty dialect type system to support arbitrary punctuation and
    other characters within the <>'s now that we can.  This will allow quantized
    types to use the pretty syntax (among others) after a few changes.

--

PiperOrigin-RevId: 243521268
mlir/examples/Linalg/Linalg1/Example.cpp
mlir/examples/Linalg/Linalg1/lib/SliceOp.cpp
mlir/examples/Linalg/Linalg1/lib/ViewOp.cpp
mlir/examples/Linalg/Linalg2/Example.cpp
mlir/examples/Linalg/Linalg3/Example.cpp
mlir/examples/Linalg/Linalg4/Example.cpp
mlir/g3doc/LangRef.md
mlir/lib/IR/AsmPrinter.cpp
mlir/lib/Parser/Parser.cpp
mlir/test/IR/invalid.mlir
mlir/test/IR/parser.mlir