[PATCH] D106523: [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:21:11 PDT 2021


necipfazil abandoned this revision.
necipfazil added a comment.

Abandoning this revision since it is split to two:

1. D107038 <https://reviews.llvm.org/D107038>: Fix parser to read metadata operand bundle values in.
2. D107039 <https://reviews.llvm.org/D107039>: Add tests to reproduce the bug in reading metadata operand bundle values out, and additional tests to test the fix to the issue.

This split allows the metadata-operand-bundle-value producer/consumer revisions (D105909 <https://reviews.llvm.org/D105909> and D105915 <https://reviews.llvm.org/D105915>) to progress with the fix revision 1 above, without waiting for a fix to revision-2.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106523



More information about the llvm-commits mailing list