This revision add support, and testing, for generating the parser and printer from the declarative operation format.
Depends On D73405
Paths
| Differential D73406
[mlir] Add support for generating the parser/printer from the declarative operation format. ClosedPublic Authored by rriddle on Jan 25 2020, 1:05 AM.
Details Summary This revision add support, and testing, for generating the parser and printer from the declarative operation format. Depends On D73405
Diff Detail
Event TimelineComment Actions Unit tests: pass. 62197 tests passed, 0 failed and 815 were skipped. clang-tidy: pass. clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch. Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project. Comment Actions Unit tests: pass. 62252 tests passed, 0 failed and 816 were skipped. clang-tidy: pass. clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch. Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project. Comment Actions Unit tests: unknown. clang-tidy: fail. clang-tidy found 1 errors and 0 warnings. 0 of them are added as review comments below (why?). clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch. Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project. This revision is now accepted and ready to land.Jan 30 2020, 7:17 AM Comment Actions Unit tests: unknown. clang-tidy: unknown. clang-format: unknown. Build artifacts: diff.json, console-log.txt Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project. Closed by commit rG1c158d0f9091: [mlir] Add support for generating the parser/printer from the declarative… (authored by rriddle). · Explain WhyJan 30 2020, 11:59 AM This revision was automatically updated to reflect the committed changes. Comment Actions
Seems like you didn't format before committing?
Revision Contents
Diff 240930 mlir/include/mlir/IR/OpImplementation.h
mlir/test/lib/TestDialect/TestOps.td
mlir/test/mlir-tblgen/op-format.mlir
mlir/tools/mlir-tblgen/OpFormatGen.cpp
|
clang-format: please reformat the code