-
Notifications
You must be signed in to change notification settings - Fork 259
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
List operands lost in JSON #185
Comments
I just ran into this as well, we rely on I see where the trouble with |
+1 to this. I just noticed |
I guess not sure the real issue, things like
|
It seems some ops with a trailing list specified with "Literal, Literal, …" have this issue. Affected ops are:
OpDecorate
OpMemberDecorate
OpExecutionMode
OpLoopMerge
While these ops described with "Literal, Literal, …" are not affected:
OpVectorShuffle
OpCompositeExtract
OpCompositeInsert
OpBranchConditional
The text was updated successfully, but these errors were encountered: