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
[AArch64,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
promote-trunc.ll
blob
d1c99bf17f3133ebed118a5b495430c0f0878d50
1
; RUN: llc < %s -mtriple=x86_64--
2
3
define<4 x i8> @func_8_64() {
4
%F = load <4 x i64>, ptr undef
5
%G = trunc <4 x i64> %F to <4 x i8>
6
%H = load <4 x i64>, ptr undef
7
%Y = trunc <4 x i64> %H to <4 x i8>
8
%T = add <4 x i8> %Y, %G
9
ret <4 x i8> %T
10
}
11