[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / SPARC / LeonDetectRoundChangePassUT.ll
blob70203e8eb5241bbe6934521378d773ef7b584564
1 ; RUN: llc %s -O0 -march=sparc -mcpu=leon3 -mattr=+detectroundchange -o - 2>&1 | grep "detect rounding changes"
3 ; Function Attrs: nounwind
4 declare i32 @fesetround(i32)
6 define void @test_round_change() {
7 entry:
8   %call = call i32 @fesetround(i32 2048)
10   ret void