Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / PowerPC / neg.ll
blob37d2897d01647f5725975068198993cfe0b7e59b
1 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep neg
3 define i32 @test(i32 %X) {
4         %Y = sub i32 0, %X              ; <i32> [#uses=1]
5         ret i32 %Y