brintos

brintos / llvm-project-archived public Read only

0
0
Text · 746 B · fe91db9 Raw
30 lines · plain
1; RUN:  llc < %s -mtriple powerpc64-ibm-aix-xcoff -vec-extabi -mcpu=pwr8 2>&12;       | FileCheck %s --check-prefix=ASM643; RUN:  llc < %s -mtriple powerpc-ibm-aix-xcoff -vec-extabi -mcpu=pwr8 2>&14;       | FileCheck %s --check-prefix=ASM325 6@f1 = global float 0.000000e+00, align 47 8define void @call_test_vararg() {9entry:10  %0 = load float, ptr @f1, align 411  %conv = fpext float %0 to double12  call void (i32, ...) @test_vararg(i32 42, double %conv, float %0)13  ret void14}15 16declare void @test_vararg(i32, ...)17 18 19; ASM64:           xscvdpspn20; ASM64:           mffprd21; ASM64:           xxsldwi22; ASM64:           mffprwz23 24 25; ASM32:           lfsx26; ASM32:           fmr27; ASM32:           stfs28; ASM32:           lwz29; ASM32:           stfd30