You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
11
external/llvm/test/CodeGen/X86/promote-trunc.ll
vendored
11
external/llvm/test/CodeGen/X86/promote-trunc.ll
vendored
@ -1,11 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=x86_64--
|
||||
|
||||
define<4 x i8> @func_8_64() {
|
||||
%F = load <4 x i64>, <4 x i64>* undef
|
||||
%G = trunc <4 x i64> %F to <4 x i8>
|
||||
%H = load <4 x i64>, <4 x i64>* undef
|
||||
%Y = trunc <4 x i64> %H to <4 x i8>
|
||||
%T = add <4 x i8> %Y, %G
|
||||
ret <4 x i8> %T
|
||||
}
|
||||
|
Reference in New Issue
Block a user