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

Restructure handling of runtime parameters #4422

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

geoffromer
Copy link
Contributor

  • Generate runtime indices as part of pattern matching, rather than as a separate postprocessing/rewriting step.
  • In contexts where runtime parameters aren't permitted, avoid emitting insts for them to begin with, rather than trying to detect the problem and rewrite the IR to remove them later on.

- Generate runtime indices as part of pattern matching, rather than as a
  separate postprocessing/rewriting step.
- In contexts where runtime parameters aren't permitted, avoid emitting insts
  for them to begin with, rather than trying to detect the problem and rewrite
  the IR to remove them later on.
toolchain/check/pattern_match.cpp Outdated Show resolved Hide resolved
toolchain/sem_ir/ids.h Outdated Show resolved Hide resolved
toolchain/check/pattern_match.cpp Outdated Show resolved Hide resolved
toolchain/check/pattern_match.cpp Show resolved Hide resolved
@zygoloid zygoloid added this pull request to the merge queue Oct 18, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants