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

Preparing VM op defs and dispatch for supporting extension op sets. #2575

Merged
merged 7 commits into from
Jul 20, 2020

Conversation

benvanik
Copy link
Collaborator

This will make future work on #2574 easier to slot in.

@benvanik benvanik added enhancement ➕ New feature or request runtime Relating to the IREE runtime library labels Jul 19, 2020
@benvanik benvanik added this to the 2020Q3 Core milestone Jul 19, 2020
@benvanik benvanik requested a review from ScottTodd July 19, 2020 21:53
@benvanik benvanik marked this pull request as ready for review July 19, 2020 22:13
This makes it easier to support more types as now fewer locations have
special-case logic on the exact typed global op and there's a single
source of truth for rwdata placement.
@@ -234,7 +243,9 @@ def VM_OpcodeAttr : I32EnumAttr<"Opcode", "valid VM operation encodings", [
VM_OPC_Break,

// Extension opcodes (0x80-0xFF):
Copy link
Member

Choose a reason for hiding this comment

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

:P of course there's already a section for extension opcodes to be added. Nice!

@benvanik benvanik merged commit c4035c7 into main Jul 20, 2020
@benvanik benvanik deleted the benvanik-vm64 branch July 20, 2020 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ➕ New feature or request runtime Relating to the IREE runtime library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants