You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
This commit is contained in:
parent
a7724cd563
commit
279aa8f685
14
external/llvm/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll
vendored
Normal file
14
external/llvm/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
; 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