Serves as rather self-contained documentation for using the generator
from https://reviews.llvm.org/D144820.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for the doc :)
mlir/docs/DefiningDialects/_index.md | ||
---|---|---|
307 | Can you start by mentioning that by default, bytecode serialization of types and attributes is still done with the regular textual format? |
Comment Actions
It looks like the change to the .td file broke the Windows buildbot. https://lab.llvm.org/buildbot/#/builders/13/builds/36223/steps/6/logs/stdio
C:\buildbot\mlir-x64-windows-ninja\build\tools\mlir\include\mlir/Dialect/Quant/QuantDialectBytecode.cpp.inc(9): error C2220: the following warning is treated as an error C:\buildbot\mlir-x64-windows-ninja\build\tools\mlir\include\mlir/Dialect/Quant/QuantDialectBytecode.cpp.inc(9): warning C4065: switch statement contains 'default' but no 'case' labels
Comment Actions
Thanks for pinging, as mentioned please feel free to revert and then I'll resubmit with fix.
Can you start by mentioning that by default, bytecode serialization of types and attributes is still done with the regular textual format?