[all-commits] [llvm/llvm-project] f56b1d: [mlir][spirv] Use ScopedPrinter in deserialization...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Mon Dec 13 07:52:09 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f56b1d813fc9e2a15931294a776c141a386b6c1f
https://github.com/llvm/llvm-project/commit/f56b1d813fc9e2a15931294a776c141a386b6c1f
Author: Lei Zhang <antiagainst at google.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M mlir/lib/Target/SPIRV/Deserialization/DeserializeOps.cpp
M mlir/lib/Target/SPIRV/Deserialization/Deserializer.cpp
M mlir/lib/Target/SPIRV/Deserialization/Deserializer.h
Log Message:
-----------
[mlir][spirv] Use ScopedPrinter in deserialization debugging
This gives us better debugging print as it supports indent
levels and other nice features.
Reviewed By: Hardcode84
Differential Revision: https://reviews.llvm.org/D115583
More information about the All-commits
mailing list