8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's currently
secret.generic ins(%arg0, %arg1 : secret<ty0>, secret<ty1>) { ^bb0(%arg0: ty0, %arg1: ty1): ...ops... }
The discrepancy between how the ins part is parsed/printed vs the basic block is just confusing. We should probably change it to something like this
ins
secret.generic (%arg0: secret<ty0>, %arg1 : secret<ty1>) { ^bb0(%arg0: ty0, %arg1: ty1): ...ops... }
The text was updated successfully, but these errors were encountered:
Fixed by #1793
Sorry, something went wrong.
j2kun
No branches or pull requests
It's currently
The discrepancy between how the
ins
part is parsed/printed vs the basic block is just confusing. We should probably change it to something like thisThe text was updated successfully, but these errors were encountered: