[MLIR][NVVM] Add Op for TMA Store with reduction (#118853)
[llvm-project.git] / llvm / test / Assembler / invalid-inttype.ll
blob9e3c31148af2d6a625705a0d6bb297c30de6c849
1 ; RUN: not llvm-as --disable-output %s 2>&1 | FileCheck -DFILE=%s %s
3 ; i8388609 is the smallest integer type that can't be represented in LLVM IR
4 ; CHECK: [[FILE]]:[[@LINE+1]]:21: error: bitwidth for integer type out of range
5 @i2 = common global i8388609 0, align 4