Skip to content

Commit 966ac5a

Browse files
necipfazilPrabhuk
authored andcommitted
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.6-beta.1 [skip ci]
1 parent 58e5ecf commit 966ac5a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

llvm/lib/AsmParser/LLParser.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)