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
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
XCore
/
zext.ll
blob
32abfcaed10b610b91488a8c037a16398a0e2369
1
; RUN: llc -march=xcore < %s | FileCheck %s
2
3
define i32 @f(i1 %a) {
4
entry:
5
; CHECK: f
6
; CHECK: zext r0, 1
7
; CHECK: retsp 0
8
%b= zext i1 %a to i32
9
ret i32 %b
10
}