Skip to content

Commit 571aac9

Browse files
Add mir-opt3 rev to simd-wide-sum test
1 parent fcaf04e commit 571aac9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/codegen/simd-wide-sum.rs

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
// revisions: llvm mir-opt3
12
// compile-flags: -C opt-level=3 -Z merge-functions=disabled --edition=2021
23
// only-x86_64
34
// ignore-debug: the debug assertions get in the way
5+
// [mir-opt3]compile-flags: -Zmir-opt-level=3
6+
// [mir-opt3]build-pass
7+
8+
// mir-opt3 is a regression test for https://github.com/rust-lang/rust/issues/98016
49

510
#![crate_type = "lib"]
611
#![feature(portable_simd)]

0 commit comments

Comments
 (0)