Skip to content

Commit 56aaf34

Browse files
committed
fix tests
1 parent 48fd903 commit 56aaf34

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: src/test/codegen/simd-intrinsic-float-minmax.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ pub unsafe fn fmin(a: f32x4, b: f32x4) -> f32x4 {
3535
}
3636

3737
// FIXME(49261)
38-
// // CHECK-LABEL: @fmax
38+
// // C_HECK-LABEL: @fmax
3939
// #[no_mangle]
4040
// pub unsafe fn fmax(a: f32x4, b: f32x4) -> f32x4 {
41-
// // CHECK: call <4 x float> @llvm.maxnum.v4f32
41+
// // C_HECK: call <4 x float> @llvm.maxnum.v4f32
4242
// simd_fmax(a, b)
4343
// }

Diff for: src/test/run-fail/simd-intrinsic-float-minmax.rs

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
// ignore-emscripten
1212
// min-llvm-version 6.0
13+
// error-pattern: panicked
1314

1415
// Test that the simd_f{min,max} intrinsics produce the correct results.
1516

0 commit comments

Comments
 (0)