Skip to content

Commit d76bcf2

Browse files
ignore wasm for dont-shuffle-bswaps
1 parent 2ea7953 commit d76bcf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/codegen/dont-shuffle-bswaps.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//@ revisions: OPT2 OPT3
22
//@[OPT2] compile-flags: -Copt-level=2
33
//@[OPT3] compile-flags: -C opt-level=3
4+
// some targets don't do the opt we are looking for
5+
//@[OPT3] ignore-wasm
46
//@ min-llvm-version: 18.1.3
57

68
#![crate_type = "lib"]

0 commit comments

Comments
 (0)