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

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 14 05:30:20 PDT 2024


R-Goc wrote:

This commit causes a warning during build time:
```
C:\Users\rysza\lib\llvm-project\llvm\lib\Bitcode\Reader\BitcodeReader.cpp(801,15): warning: comparison of integers of different signs: 'unsigned int' and 'llvm::bitc::MetadataOperandBundleValueMarker' [-Wsign-compare]
  801 |     if (ValID != bitc::OB_METADATA) {
      |         ~~~~~ ^  ~~~~~~~~~~~~~~~~~
```


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


More information about the llvm-commits mailing list