mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-13 22:56:06 +00:00
5 lines
160 B
Plaintext
5 lines
160 B
Plaintext
![]() |
RUN: llvm-dis %p/Inputs/auto_upgrade_flt_rounds.bc -o - | FileCheck %s
|
||
|
|
||
|
CHECK-LABEL: define signext i32 @get_rounds()
|
||
|
CHECK: tail call i32 @llvm.get.rounding()
|