-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[mlir][emitc] Add 'emitc.switch' op to the dialect #102331
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
11a57c3
[mlir][emitc] Add 'emitc.switch' op to the dialect
EtoAndruwa 82b8c25
[mlir][emitc] Add support of opaque type and all integral types
EtoAndruwa 89b6204
[mlir][emict] Fix description of the switch op
EtoAndruwa e99904d
[mlir][emitc] NFC
EtoAndruwa 5c44e22
[mlir][emitc] Add test cases for '-declare-variables-at-top'
EtoAndruwa 246e9f7
[mlir][emitc] Fix 'isSwitchOperandType' function
EtoAndruwa 6f53683
[mlir][emitc] NFC
EtoAndruwa 9990307
[mlir][emitc] Add example of emitted code to the op's description
EtoAndruwa b9793a6
[mlir][emitc] NFC
EtoAndruwa 07f8db0
[mlir][emitc] NFC. Fix 'test_misplaced_yield' test case
EtoAndruwa e7d1c50
[mlir][emitc] Add conversion from 'scf::index_switch' to 'emitc::switch'
EtoAndruwa df8e92b
[mlir][emitc] Add test case for the index type
EtoAndruwa dfacff1
[mlir][emitc] NFC. Fix op's example in the description
EtoAndruwa 1188105
[emitc][mlir] Refactor 'lowerRegion' lambda function
EtoAndruwa 125466a
[mlir][emitc] Add support of pointer wide types
EtoAndruwa 67c45e5
[mlir][emitc] NFC
EtoAndruwa 3704607
[mlir][emitc] Delete unused function 'isSwitchOperandType'
EtoAndruwa 64e58a8
[mlir][emitc] Fix missing arguments for the 'lowerRegion' call
EtoAndruwa c9a9744
[mlir][emitc] NFC. Delete parentheses aroound a case value
EtoAndruwa 626ed80
[mlir][emitc] NFC. Tests adjusted for updates
EtoAndruwa 453d127
[mlir][emitc] Fix op's description
EtoAndruwa f6ba7a9
[mlir][emitc] Moved some test from 'invalid' to 'invalid_ops'
EtoAndruwa 3c0971a
[mlir][emitc] Switching to custom assembly in tablegen similar to the…
EtoAndruwa 33a8667
[mlir][emitc] NFC
EtoAndruwa 408f667
[mlir][emitc] NFC
EtoAndruwa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.