We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f5d2b commit daf1ffcCopy full SHA for daf1ffc
tests/codegen/dont-shufflevector-bswaps.rs
@@ -1,6 +1,8 @@
1
//@ revisions: OPT2 OPT3
2
-//@ [OPT2] compile-flags: -Copt-level=2
3
-//@ [OPT3] compile-flags: -C opt-level=3
+//@[OPT2] compile-flags: -Copt-level=2
+//@[OPT3] compile-flags: -Copt-level=3
4
+// wasm32 optimizes poorly for some reason
5
+//@[OPT3] ignore-wasm
6
//@ min-llvm-version: 18.1.3
7
8
#![crate_type = "lib"]
0 commit comments