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
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
XCore
/
zextfree.ll
blob
d0b07f20be9cf39216ec491b1c39a8bf74a271b0
1
; RUN: llc -march=xcore < %s | FileCheck %s
2
3
; CHECK-LABEL: test:
4
; CHECK-NOT: zext
5
define void @test(ptr %s1) {
6
entry:
7
%u8 = load i8, ptr %s1, align 1
8
%bool = icmp eq i8 %u8, 0
9
br label %BB1
10
BB1:
11
br i1 %bool, label %BB1, label %BB2
12
BB2:
13
br i1 %bool, label %BB1, label %BB2
14
}
15