ignore-debug: debug assertions in slice indexing prevent the optimization
This commit is contained in:
parent
e0975b9b01
commit
6351850d8f
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
// no-system-llvm
|
||||
// compile-flags: -O
|
||||
// ignore-debug: the debug assertions get in the way
|
||||
#![crate_type = "lib"]
|
||||
|
||||
// Make sure no bounds checks are emitted in the loop when upfront slicing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue