repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git]
/
test
/
CodeGen
/
Generic
/
2007-04-27-BitTestsBadMask.ll
blob
3e8857f37cb93949286924c263525246e88f9743
1
; RUN: llc < %s -march=x86 | grep je | count 3
2
; RUN: llc < %s -march=x86-64 | grep 4297064449
3
; PR 1325+
4
5
define i32 @foo(i8 %bar) {
6
entry:
7
switch i8 %bar, label %bb1203 [
8
i8 117, label %bb1204
9
i8 85, label %bb1204
10
i8 106, label %bb1204
11
]
12
13
bb1203: ; preds = %entry
14
ret i32 1
15
16
bb1204: ; preds = %entry, %entry, %entry
17
ret i32 2
18
}