We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea7953 commit d76bcf2Copy full SHA for d76bcf2
tests/codegen/dont-shuffle-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
4
+// some targets don't do the opt we are looking for
5
+//@[OPT3] ignore-wasm
6
//@ min-llvm-version: 18.1.3
7
8
#![crate_type = "lib"]
0 commit comments