File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3206,9 +3206,10 @@ bool LLParser::parseOptionalOperandBundles(
32063206
32073207 Value *Input = nullptr ;
32083208 // FIXME: Metadata operand bundle value is garbage when LLVM IR is
3209- // compiled to bitcode, then disassembled back to LLVM IR. See D107039
3210- // for the reproducers, and https://bugs.llvm.org/show_bug.cgi?id=51264
3211- // for the bug report.
3209+ // compiled to bitcode, then disassembled back to LLVM IR.
3210+ // See [PR#89649](https://github.com/llvm/llvm-project/pull/89649)
3211+ // for the reproducers, and
3212+ // https://github.com/llvm/llvm-project/issues/50608 for the bug report.
32123213 if (Ty->isMetadataTy ()) {
32133214 if (parseMetadataAsValue (Input, PFS))
32143215 return true ;
You can’t perform that action at this time.
0 commit comments