Skip to content

Commit 25ba534

Browse files
committed
Compile codegen tests with -Copt-level=1.
1 parent 1fee2bb commit 25ba534

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/codegen/float/algebraic.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// Verify that algebraic intrinsics generate the correct LLVM calls
22

3+
// Ensure operations get inlined
4+
//@ compile-flags: -Copt-level=1
5+
36
#![crate_type = "lib"]
47
#![feature(f16)]
58
#![feature(f128)]

0 commit comments

Comments
 (0)