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

Remove non-standard i31.new #6736

Merged
merged 2 commits into from
Jul 12, 2024
Merged

Remove non-standard i31.new #6736

merged 2 commits into from
Jul 12, 2024

Conversation

tlively
Copy link
Member

@tlively tlively commented Jul 12, 2024

The standard name for the instruction is ref.i31. Remove support for
the non-standard name and update tests that were still using it.

@tlively tlively requested a review from kripken July 12, 2024 00:37
@@ -1,6 +1,6 @@
;; NOTE: Assertions have been generated by update_lit_checks.py and should not be edited.

;; Check that we still parse the legacy i31.new instruction.
;; Check that we still parse the legacy ref.i31 instruction.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this test still needed? ref.i31 is not legacy.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, oops. Will delete.

Base automatically changed from threads-shared-i31 to main July 12, 2024 20:48
The standard name for the instruction is `ref.i31`. Remove support for
the non-standard name and update tests that were still using it.
@tlively tlively merged commit 20c10df into main Jul 12, 2024
13 checks passed
@tlively tlively deleted the remove-i31-new branch July 12, 2024 21:39
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.

None yet

2 participants