[llvm] [IR] Allow MDString in operand bundles (PR #110805)

Serge Pavlov via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 2 04:57:49 PDT 2024


================
@@ -6216,6 +6225,11 @@ bool LLParser::convertValIDToValue(Type *Ty, ValID &ID, Value *&V,
     V = ConstantVector::getSplat(cast<VectorType>(Ty)->getElementCount(),
                                  ID.ConstantVal);
     return false;
+  case ValID::t_MDString:
----------------
spavloff wrote:

Changed `parseOptionalOperandBundles` accordingly.

https://github.com/llvm/llvm-project/pull/110805


More information about the llvm-commits mailing list