Skip to content

Commit daf1ffc

Browse files
real comment
1 parent 46f5d2b commit daf1ffc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/codegen/dont-shufflevector-bswaps.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//@ revisions: OPT2 OPT3
2-
//@ [OPT2] compile-flags: -Copt-level=2
3-
//@ [OPT3] compile-flags: -C opt-level=3
2+
//@[OPT2] compile-flags: -Copt-level=2
3+
//@[OPT3] compile-flags: -Copt-level=3
4+
// wasm32 optimizes poorly for some reason
5+
//@[OPT3] ignore-wasm
46
//@ min-llvm-version: 18.1.3
57

68
#![crate_type = "lib"]

0 commit comments

Comments
 (0)