-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
impl switch op forward part #8140
impl switch op forward part #8140
Conversation
… impl-scalar-switch-case-op
… impl-scalar-switch-case-op
@@ -46,6 +47,7 @@ message OpDesc { | |||
repeated bool bools = 11; | |||
optional int32 block_idx = 12; | |||
optional int64 l = 13; | |||
repeated int32 block_idxs = 14; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the relation between block_idx
and block_idxs
?
can they merge into one field? given optional = repeated[size=0+]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
block_idxs = vector<block_idx>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will take a look if they can be merged
… impl-scalar-switch-case-op
will implement in #8184 |
fix: #8142
project: #7769