1 ; XFAIL: target={{.*}}-aix{{.*}}
5 @m = external global <2 x double>
7 define double @vector_ex() nounwind #0 {
8 %v = load <2 x double>, ptr @m
9 %x = extractelement <2 x double> %v, i32 1
13 ; Soft-float attribute so that targets that pay attention to soft float will
14 ; make floating point types illegal and we'll exercise the legalizer code.
15 attributes #0 = { "use-soft-float" = "true" }