summary refs log tree commit diff
path: root/tests/mir-opt/dataflow-const-prop/default_boxed_slice.main.DataflowConstProp.32bit.panic-unwind.diff
AgeCommit message (Collapse)AuthorLines
2024-03-08Distinguish between library and lang UB in assert_unsafe_preconditionBen Kimock-4/+8
2024-02-21rename ptr::invalid -> ptr::without_provenanceRalf Jung-8/+10
also introduce ptr::dangling matching NonNull::dangling
2024-02-09Const-prop pointers.Camille GILLOT-8/+20
2024-02-08Bless/fix testsBen Kimock-37/+31
2024-01-11Sandwich MIR optimizations between DSE.Camille GILLOT-6/+9
2023-12-24Replace legacy ConstProp by GVN.Camille GILLOT-18/+6
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-4/+4
2023-10-16Normalize alloc-id in tests.Camille GILLOT-6/+6
2023-09-20Do not create a DerefLen place for `Box<[T]>`.Camille GILLOT-0/+115