brintos

brintos / llvm-project-archived public Read only

0
0
Text · 305 B · 85f5aab Raw
10 lines · plain
1; RUN: not llc -mtriple=avr -filetype=null %s 2>&1 | FileCheck %s2 3; CHECK: error: do not know how to soften fsincos4define { double, double } @test_sincos_f64(double %a) #0 {5  %result = call { double, double } @llvm.sincos.f64(double %a)6  ret { double, double } %result7}8 9attributes #0 = { nounwind }10