We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcaf04e commit 571aac9Copy full SHA for 571aac9
tests/codegen/simd-wide-sum.rs
@@ -1,6 +1,11 @@
1
+// revisions: llvm mir-opt3
2
// compile-flags: -C opt-level=3 -Z merge-functions=disabled --edition=2021
3
// only-x86_64
4
// 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
9
10
#![crate_type = "lib"]
11
#![feature(portable_simd)]
0 commit comments