We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c77de1 commit 6bb9ed3Copy full SHA for 6bb9ed3
tests/codegen/issues/issue-112169-long-iterator-unroll.rs
@@ -1,4 +1,5 @@
1
//@ compile-flags: -O
2
+//@ ignore-wasm FIXME: LLVM does not vectorize loops on WASM so this doesn't get optimized
3
#![crate_type = "lib"]
4
5
// Test that simple iterator-based loops of length > 101 are fully optimized away.
0 commit comments