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

Add support for Random extern to PSA/eBPF backend #3251

Merged
merged 2 commits into from
Apr 26, 2022

Conversation

osinstom
Copy link
Contributor

Co-authored-by: Mateusz Kossakowski [email protected]
Co-authored-by: Jan Palimąka [email protected]

Co-authored-by: Mateusz Kossakowski <[email protected]>
Co-authored-by: Jan Palimąka <[email protected]>
CHECK_NULL(di);

// verify type
if (!di->type->is<IR::Type_Specialized>()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

but this whole sequence could be a utility function; you do this a lot in this backend.

@mihaibudiu
Copy link
Contributor

you will have to resolve the conflicts

@mihaibudiu mihaibudiu merged commit d7d6c29 into p4lang:main Apr 26, 2022
osinstom added a commit to osinstom/p4c-1 that referenced this pull request Apr 27, 2022
Co-authored-by: Mateusz Kossakowski <[email protected]>
Co-authored-by: Jan Palimąka <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants