[PATCH] D107038: [Bitcode][Asm] Parse metadata value from operand bundles

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 29 13:39:35 PDT 2021


morehouse added inline comments.


================
Comment at: llvm/lib/AsmParser/LLParser.cpp:2749
+      if (parseType(Ty))
+        return false;
+
----------------
Previously we returned true in this case.  Why can we return false now?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107038



More information about the llvm-commits mailing list