repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Transforms
/
InstCombine
/
default-alignment.ll
blob
718da2136717ba9444101df89e84ff0a1488f3a9
1
; RUN: opt -verify -instcombine < %s
2
%Foo = type <{ i8, x86_fp80 }>
3
4
define i8 @t(%Foo* %arg) {
5
entry:
6
%0 = getelementptr %Foo, %Foo* %arg, i32 0, i32 0
7
%1 = load i8, i8* %0, align 1
8
ret i8 %1
9
}
10