[PATCH] D119027: [AMDGPU][NFC]: Emit metadata for hidden_heap_v1 kernarg

Sameer Sahasrabuddhe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 25 03:24:38 PST 2022


sameerds accepted this revision.
sameerds added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp:109
     return false;
-  if (!verifyScalarEntry(ArgsMap, ".value_kind", true,
-                         msgpack::Type::String,
+  if (!verifyScalarEntry(ArgsMap, ".value_kind", true, msgpack::Type::String,
                          [](msgpack::DocNode &SNode) {
----------------
Seems to be a whitespace change introduced by clang-format?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119027/new/

https://reviews.llvm.org/D119027



More information about the llvm-commits mailing list