Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / not-op.ll
blobcd1d438e7dad9b81af9e6abb04bd3cdb5ffc06b8
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK: r{{[0-9]+}} = sub(#-1,r{{[0-9]+}})
4 define i32 @f0(i32 %a0) #0 {
5 b0:
6   %v0 = alloca i32, align 4
7   store i32 %a0, ptr %v0, align 4
8   %v1 = load i32, ptr %v0, align 4
9   %v2 = xor i32 %v1, -1
10   ret i32 %v2
13 attributes #0 = { nounwind }