Following up on https://reviews.llvm.org/D94360, this patch splits the
serialization code into multiple source files to provide a better
structure and allow parallel compilation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
160 ms | x64 windows > Clang.Driver::crash-report-null.test |
Event Timeline
Comment Actions
Awesome, thanks for taking care of this!
mlir/lib/Target/SPIRV/Serialization/Serializer.h | ||
---|---|---|
13 | Please fix the header guard to match style before landing. |
clang-tidy: warning: 'auto &intVal' can be declared as 'const auto &intVal' [llvm-qualified-auto]
not useful