forked from OSchip/llvm-project
93592b726c
In the overwhelmingly common case, enum attribute case strings represent valid identifiers in MLIR syntax. This revision updates the format generator to format as a keyword in these cases, removing the need to wrap values in a string. The parser still retains the ability to parse the string form, but the printer will use the keyword form when applicable. Differential Revision: https://reviews.llvm.org/D94575 |
||
---|---|---|
.. | ||
matmul-vs-matvec.mlir | ||
rank-reducing-subview.mlir | ||
test-conv-1d-call.mlir | ||
test-conv-1d-ncw-call.mlir | ||
test-conv-1d-nwc-call.mlir | ||
test-conv-2d-call.mlir | ||
test-conv-2d-nchw-call.mlir | ||
test-conv-2d-nhwc-call.mlir | ||
test-conv-3d-call.mlir | ||
test-conv-3d-ncdhw-call.mlir | ||
test-conv-3d-ndhwc-call.mlir | ||
test-elementwise.mlir | ||
test-subtensor-insert-multiple-uses.mlir | ||
test-subtensor-insert.mlir | ||
test-tensor-e2e.mlir | ||
test-tensor-matmul.mlir |