Add low-level MessagePack reader/writer in Utils.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Since MsgPack is certainly not AMDGPU-specific, this should go into a target-independent utils directory, possibly lib/Support/.
Also, where does the code come from? Unless you really reimplemented everything yourself, there should be a note about that. Also, it would be good to explain in the summary / commit message why we want to add this.