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

Necip Fazil Yildiran via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 28 23:14:41 PDT 2021


necipfazil added a comment.

The reason why metadata values cannot be explicity tested is that we cannot read them out. See D107039 <https://reviews.llvm.org/D107039>. A potential fix to D107039 <https://reviews.llvm.org/D107039> might involve BitcodeReader/Writer.

This revision fixes the parser, and the producer/consumers to metadata operand values (D105909 <https://reviews.llvm.org/D105909> and D105915 <https://reviews.llvm.org/D105915>) implicity tests that the values are read correctly.


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