[all-commits] [llvm/llvm-project] 5756bc: [mlir][DeclarativeParser] Add support for formatti...
River Riddle via All-commits
all-commits at lists.llvm.org
Thu Feb 13 17:17:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5756bc4382a6023c8dcc25f39243a49ac413f9bf
https://github.com/llvm/llvm-project/commit/5756bc4382a6023c8dcc25f39243a49ac413f9bf
Author: River Riddle <riddleriver at gmail.com>
Date: 2020-02-13 (Thu, 13 Feb 2020)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/SPIRVNonUniformOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVOps.td
M mlir/lib/Dialect/SPIRV/SPIRVOps.cpp
M mlir/test/Dialect/SPIRV/ops.mlir
M mlir/tools/mlir-tblgen/OpFormatGen.cpp
Log Message:
-----------
[mlir][DeclarativeParser] Add support for formatting enum attributes in the string form.
Summary: This revision adds support to the declarative parser for formatting enum attributes in the symbolized form. It uses this new functionality to port several of the SPIRV parsers over to the declarative form.
Differential Revision: https://reviews.llvm.org/D74525
More information about the All-commits
mailing list