Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for memory intrinsics for i8, u8, i16, u16 types #293

Draft
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

greenhat
Copy link
Contributor

Close #268

This PR add parametrization for the roundtrip generation for memory intrinsics store/load tests and adds tests for i8, u8, i16, u16 types.

TODO:

  • fix test for u8;
  • add tests for the rest of the types;

@greenhat greenhat force-pushed the greenhat/i268-mem-small-intrinsics-tests branch from 3d387f9 to 5a8cddf Compare September 3, 2024 13:56
…/load tests

Add tests for i8, u8, i16, u16 types.
@greenhat greenhat force-pushed the greenhat/i268-mem-small-intrinsics-tests branch from 5a8cddf to 161abc2 Compare September 4, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests memory intrinsics for store/load small(<4 bytes) types (OpEmitter::store_small*)
1 participant