Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / PowerPC / i128-and-beyond.ll
blob073a943ee10980d1a23dbfd494f627974ec43891
1 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep 4294967295 | count 28
3 ; These static initializers are too big to hand off to assemblers
4 ; as monolithic blobs.
6 @x = global i128 -1
7 @y = global i256 -1
8 @z = global i512 -1