about summary refs log tree commit diff
path: root/tests/mir-opt/lower_intrinsics.rs
AgeCommit message (Expand)AuthorLines
2023-11-16Remove option_payload_ptr; redundant to offset_ofGeorge Bateman-12/+0
2023-10-19FileCheck lower_intrinsics.Camille GILLOT-1/+87
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-0/+1
2023-06-19Promote unchecked_add/sub/mul/shl/shr to mir::BinOpScott McMurray-0/+5
2023-06-12properly mark tests that require panic=abortPietro Albini-1/+1
2023-06-01Lower unchecked_{div, rem} to BinOp::{Div, Rem}Scott McMurray-0/+6
2023-04-30Codegen fewer instructions in `mem::replace`Scott McMurray-0/+5
2023-04-28handle cfg(bootstrap)Pietro Albini-1/+0
2023-04-25Lower `intrinsics::offset` to `mir::BinOp::Offset`Scott McMurray-0/+5
2023-04-12Bless testsGary Guo-1/+2
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-0/+33
2023-03-18move Option::as_slice to intrinsicAndre Bogus-0/+9
2023-03-11`MaybeUninit::assume_init_read` should have `noundef` load metadataScott McMurray-0/+12
2023-02-18Replace _with_overflow instrinsics in LowerIntrinsics.Camille GILLOT-0/+7
2023-01-11Move /src/test to /testsAlbert Larsan-0/+74