mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-27 07:12:06 +00:00
Alignment of struct containing vectors depends on
whether SSE is present, on Darwin anyway. Make it explicit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46909 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3913187bf6
commit
b3c4eb46d6
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 | grep add | grep 16
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | grep add | grep 16
|
||||
|
||||
%struct.S = type { <2 x i64> }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user