We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd46b4 commit 59c79d7Copy full SHA for 59c79d7
tests/mir-opt/copy-prop/issue_107511.rs
@@ -1,9 +1,11 @@
1
-// skip-filecheck
2
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
3
//@ test-mir-pass: CopyProp
4
5
// EMIT_MIR issue_107511.main.CopyProp.diff
6
fn main() {
+ // CHECK-LABEL: fn main(
7
+ // CHECK-NOT: StorageLive(_16);
8
+ // CHECK-NOT: StorageDead(_16);
9
let mut sum = 0;
10
let a = [0, 10, 20, 30];
11
0 commit comments