Add mir-opt3 rev to simd-wide-sum test

This commit is contained in:
Jubilee Young 2023-07-11 17:43:51 -07:00
parent fcaf04e715
commit 571aac9fba

View File

@ -1,6 +1,11 @@
// revisions: llvm mir-opt3
// compile-flags: -C opt-level=3 -Z merge-functions=disabled --edition=2021
// only-x86_64
// ignore-debug: the debug assertions get in the way
// [mir-opt3]compile-flags: -Zmir-opt-level=3
// [mir-opt3]build-pass
// mir-opt3 is a regression test for https://github.com/rust-lang/rust/issues/98016
#![crate_type = "lib"]
#![feature(portable_simd)]