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
/
2008-05-22-IDivVector.ll
blob
f7ba99c6b44995a291b4002a821e70923fa7ca07
1
; RUN: opt < %s -instcombine -disable-output
2
3
define <3 x i8> @f(<3 x i8> %i) {
4
%A = sdiv <3 x i8> %i, %i
5
ret <3 x i8> %A
6
}