Matthew Maurer
db4c09c4d4
llvm: Tolerate captures in tests
...
llvm/llvm-project@7e3735d1a1 introduces
`captures` annotations. Adjust regexes to be tolerant of these.
2025-02-14 18:55:50 +00:00
Jubilee Young
3c0c9b6770
tests/codegen: use -Copt-level=3 instead of -O
2025-02-11 13:41:35 -08:00
Andreas Jonson
cfadfabfcd
Add range attribute to scalar function results and arguments
2024-08-11 19:40:44 +02:00
Erik Desjardins
9f55200a42
refine common_prim test
...
Co-authored-by: Scott McMurray <scottmcm@users.noreply.github.com>
2024-03-13 01:17:15 -04:00
Erik Desjardins
5ccada66a2
make check lines for int/ptr common prim test more permissive
...
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-03-06 19:36:09 -05:00
Erik Desjardins
4dabbcb23b
allow using scalarpair with a common prim of ptr/ptr-sized-int
2024-02-27 00:09:12 -05:00