about summary refs log tree commit diff
path: root/tests/codegen/common_prim_int_ptr.rs
AgeCommit message (Collapse)AuthorLines
2024-08-11Add range attribute to scalar function results and argumentsAndreas Jonson-2/+2
2024-03-13refine common_prim testErik Desjardins-8/+16
Co-authored-by: Scott McMurray <scottmcm@users.noreply.github.com>
2024-03-06make check lines for int/ptr common prim test more permissiveErik Desjardins-5/+5
It seems that LLVM 17 doesn't fully optimize out unwrap_unchecked. We can just loosen the check lines to account for this, since we don't really care about the exact instructions, we just want to make sure that inttoptr/ptrtoint aren't used for Box.
2024-02-27allow using scalarpair with a common prim of ptr/ptr-sized-intErik Desjardins-0/+43