repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
PowerPC
/
neg.ll
blob
37d2897d01647f5725975068198993cfe0b7e59b
1
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep neg
2
3
define i32 @test(i32 %X) {
4
%Y = sub i32 0, %X ; <i32> [#uses=1]
5
ret i32 %Y
6
}
7