You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.225
Former-commit-id: 10196d987d5fc5564b9d3b33b1fdf13190f4d0b5
This commit is contained in:
parent
32d52ae4ca
commit
f32dbaf0b2
13
external/llvm/test/CodeGen/X86/sse-align-0.ll
vendored
Normal file
13
external/llvm/test/CodeGen/X86/sse-align-0.ll
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
|
||||
; CHECK-NOT: mov
|
||||
|
||||
define <4 x float> @foo(<4 x float>* %p, <4 x float> %x) nounwind {
|
||||
%t = load <4 x float>, <4 x float>* %p
|
||||
%z = fmul <4 x float> %t, %x
|
||||
ret <4 x float> %z
|
||||
}
|
||||
define <2 x double> @bar(<2 x double>* %p, <2 x double> %x) nounwind {
|
||||
%t = load <2 x double>, <2 x double>* %p
|
||||
%z = fmul <2 x double> %t, %x
|
||||
ret <2 x double> %z
|
||||
}
|
Reference in New Issue
Block a user