Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / PowerPC / unal-vec-negarith.ll
blob6f8b9c397124c48715eb57c3f0ae12981318797a
1 ; RUN: llc -verify-machineinstrs -debug-only=isel <%s >%t 2>&1 && FileCheck <%t %s
2 ; REQUIRES: asserts
4 target datalayout = "E-m:e-i64:64-n32:64"
5 target triple = "powerpc64-unknown-linux-gnu"
7 define <16 x i8> @test_l_v16i8(ptr %p) #0 {
8 entry:
9   %r = load <16 x i8>, ptr %p, align 1
10   ret <16 x i8> %r
12 ; CHECK-NOT: v4i32,ch = llvm.ppc.altivec.lvx{{.*}}<(load (s248) from %ir.p + 4294967281, align 1)>
13 ; CHECK:     v4i32,ch = llvm.ppc.altivec.lvx{{.*}}<(load (s248) from %ir.p - 15, align 1)>
16 attributes #0 = { nounwind "target-cpu"="pwr7" }