On this [test case](https://github.com/llvm/llvm-project/files/14237614/r.txt) I get: ``` $ llc -mtriple=amdgcn -mcpu=gfx1030 -global-isel r.ll llc: lib/Support/APInt.cpp:198: llvm::APInt &llvm::APInt::operator+=(const llvm::APInt &): Assertion `BitWidth == RHS.BitWidth && "Bit widths must be the same"' failed. ```