You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,14 +0,0 @@
|
||||
; RUN: llc < %s
|
||||
; PR3899
|
||||
|
||||
@m = external global <2 x double>
|
||||
|
||||
define double @vector_ex() nounwind #0 {
|
||||
%v = load <2 x double>, <2 x double>* @m
|
||||
%x = extractelement <2 x double> %v, i32 1
|
||||
ret double %x
|
||||
}
|
||||
|
||||
; Soft-float attribute so that targets that pay attention to soft float will
|
||||
; make floating point types illegal and we'll exercise the legalizer code.
|
||||
attributes #0 = { "use-soft-float" = "true" }
|
Reference in New Issue
Block a user