Skip to content

Commit 6bb9ed3

Browse files
ignore wasm
1 parent 9c77de1 commit 6bb9ed3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/codegen/issues/issue-112169-long-iterator-unroll.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ compile-flags: -O
2+
//@ ignore-wasm FIXME: LLVM does not vectorize loops on WASM so this doesn't get optimized
23
#![crate_type = "lib"]
34

45
// Test that simple iterator-based loops of length > 101 are fully optimized away.

0 commit comments

Comments
 (0)