Commit graph

5 commits

Author SHA1 Message Date
Albert Larsan
cf2dff2b1e
Move /src/test to /tests 2023-01-11 09:32:08 +00:00
Maybe Waffle
ca75312408 fix ptr_mask codegen test wrt llvm opaque pointers 2022-08-21 07:04:11 +04:00
Maybe Waffle
92b05db761 Do not use void pointer for ptr_mask intrinsic
I couldn't find where exactly it's documented, but apperantly pointers to void
type are invalid in llvm - void is only allowed as a return type of functions.
2022-08-21 05:27:14 +04:00
Maybe Waffle
55ba58cadb make ptr_mask codegen test more specific 2022-08-21 05:27:14 +04:00
Maybe Waffle
553f790556 Add codegen test for intinsics::ptr_mask 2022-08-21 05:27:14 +04:00