brintos

brintos / llvm-project-archived public Read only

0
0
Text · 269 B · b84ebca Raw
12 lines · plain
1; RUN: llc %s -O0 -mtriple=sparc -mcpu=leon3 -mattr=+detectroundchange -o - 2>&1 | grep "detect rounding changes"2 3; Function Attrs: nounwind4declare i32 @fesetround(i32)5 6define void @test_round_change() {7entry:8  %call = call i32 @fesetround(i32 2048)9 10  ret void11}12