This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +2
-9
lines changed Expand file tree Collapse file tree 8 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 11//@ unit-test: DataflowConstProp
22//@ compile-flags: -Zmir-enable-passes=+GVN,+Inline
3- //@ ignore-debug assertions change the output MIR
43// EMIT_MIR_FOR_EACH_BIT_WIDTH
54// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
65
Original file line number Diff line number Diff line change 11// skip-filecheck
22// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
3- //@ compile-flags: --crate-type lib -Cdebug-assertions=no
43
54#![ feature( flt2dec) ]
65
Original file line number Diff line number Diff line change 22#![ crate_type = "lib" ]
33#![ feature( unchecked_shifts) ]
44
5- //@ ignore-debug: the debug assertions prevent the inlining we are testing for
65//@ compile-flags: -Zmir-opt-level=2 -Zinline-mir
76
87// EMIT_MIR unchecked_shifts.unchecked_shl_unsigned_smaller.Inline.diff
Original file line number Diff line number Diff line change 11#![ crate_type = "lib" ]
22
33// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
4- //@ ignore-debug: the debug assertions prevent the inlining we are testing for
5- //@ compile-flags: -Zmir-opt-level=2 -Zinline-mir -Cdebug-assertions=no
4+ //@ compile-flags: -Zmir-opt-level=2 -Zinline-mir
65
76// EMIT_MIR unwrap_unchecked.unwrap_unchecked.Inline.diff
87// EMIT_MIR unwrap_unchecked.unwrap_unchecked.PreCodegen.after.mir
Original file line number Diff line number Diff line change 11// skip-filecheck
22//@ compile-flags: -O -Zmir-opt-level=2 -Cdebuginfo=0
3- //@ ignore-debug: standard library debug assertions add a panic that breaks this optimization
43
54#![ crate_type = "lib" ]
65
Original file line number Diff line number Diff line change 11// skip-filecheck
22//@ compile-flags: -O -C debuginfo=0 -Zmir-opt-level=2 -Zinline-mir
3- //@ ignore-debug the standard library debug assertions leak into this test
3+ //@ ignore-debug: precondition checks on ptr::read/write are under cfg(debug_assertions)
44// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
55
66#![ crate_type = "lib" ]
Original file line number Diff line number Diff line change 11// skip-filecheck
22//@ compile-flags: -O -C debuginfo=0 -Zmir-opt-level=2
3- //@ ignore-debug the standard library debug assertions leak into this test
43// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
54
65#![ crate_type = "lib" ]
Original file line number Diff line number Diff line change 11// skip-filecheck
22//@ compile-flags: -O -C debuginfo=0 -Zmir-opt-level=2
3- //@ ignore-debug the standard library debug assertions leak into this test
43// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
54
65#![ crate_type = "lib" ]
You can’t perform that action at this time.
0 commit comments