repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
CodeGen
/
X86
/
return_zeroext_i2.ll
blob
d535b0c41267ad804729679037634fc84750b795
1
; RUN: llc -mtriple=i386-pc-win32 < %s | FileCheck %s
2
; Check that the testcase does not crash
3
define zeroext i2 @crash () {
4
ret i2 0
5
}
6
; CHECK: xorl %eax, %eax
7
; CHECK-NEXT: retl