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

[Ibis] Add ibis.sblock.isolated #6230

Merged
merged 2 commits into from
Oct 2, 2023
Merged

Conversation

mortbopet
Copy link
Contributor

Post-argification it makes a lot of sense to have an IsolatedFromAbove block:

  1. for pass scheduling purposes (eg. prepare-scheduling pass)
  2. To ensure that constants aren't being pulled out of ibis.sblocks during canonicalization (which makes things harder post-handshake conversion, when we expect argification to persist)

Post-argification it makes a lot of sense to have an IsolatedFromAbove block:
1. for pass scheduling purposes (eg. prepare-scheduling pass)
2. To ensure that constants aren't being pulled out of `ibis.sblock`s during canonicalization (which makes things harder post-handshake conversion, when we expect argification to persist)
@mortbopet mortbopet force-pushed the dev/mpetersen/ibis_isolated_sblock branch from c4b2b6a to 38c550a Compare October 2, 2023 07:20
@mortbopet mortbopet merged commit 413ae78 into main Oct 2, 2023
5 checks passed
@mortbopet mortbopet deleted the dev/mpetersen/ibis_isolated_sblock branch October 2, 2023 07:47
mikeurbach pushed a commit that referenced this pull request Oct 2, 2023
Post-argification it makes a lot of sense to have an IsolatedFromAbove block:
1. for pass scheduling purposes (eg. prepare-scheduling pass)
2. To ensure that constants aren't being pulled out of `ibis.sblock`s during canonicalization (which makes things harder post-handshake conversion, when we expect argification to persist)
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.

1 participant