Johannes Reifferscheid 698cf0176b
Fix i1 array global crash in NVPTXAsmPrinter. (#92506)
See the test file. At head, this crashes with

```
assertion failed at llvm/lib/Support/APInt.cpp:492 in
uint64_t llvm::APInt::extractBitsAsZExtValue(unsigned int, unsigned int) const:
  bitPosition < BitWidth && (numBits + bitPosition) <= BitWidth &&
  "Illegal bit extraction"
```
2024-05-17 12:06:35 +02:00
..
2023-07-11 14:43:35 +01:00
2023-06-28 11:57:13 -07:00