Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Bytecode/Encoding.h | ||
---|---|---|
46 | Very nice! I think this will convention will considerably simplify maintenance and minimize the effort needed to rebase bytecode-related patches on top of other bytecode-related patches. | |
mlir/lib/Bytecode/Reader/BytecodeReader.cpp | ||
1701–1702 | This is one my first upstream reviews, so I'm not sure what the convention is, but you may want to reformat lines like this one to fit into 80 characters. | |
mlir/lib/Bytecode/Writer/BytecodeWriter.cpp | ||
735 | How about config.bytecodeVersion >= bytecode::kElideUnknownBlockArgLocation? |
mlir/lib/Bytecode/Reader/BytecodeReader.cpp | ||
---|---|---|
1701–1702 | Uh, somehow arc lint does not work on my laptop :( |
Nice, serves as a version log too. Could we do something so that doxygen generates a nice table for it?
Very nice! I think this will convention will considerably simplify maintenance and minimize the effort needed to rebase bytecode-related patches on top of other bytecode-related patches.