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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Generic
/
2012-06-08-APIntCrash.ll
blob
f08923669ecef252db5e7d537fd6293bf0f9b38b
1
; RUN: llc < %s
2
3
define void @test1(ptr %ptr)
4
{
5
%1 = load <8 x i32>, ptr %ptr, align 32
6
%2 = and <8 x i32> %1, <i32 0, i32 0, i32 0, i32 -1, i32 0, i32 0, i32 0, i32 -1>
7
store <8 x i32> %2, ptr %ptr, align 16
8
ret void
9
}