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

Fix VampIR Optimization Bug #167

Merged
merged 2 commits into from
Nov 21, 2023
Merged

Fix VampIR Optimization Bug #167

merged 2 commits into from
Nov 21, 2023

Conversation

agureev
Copy link
Collaborator

@agureev agureev commented Oct 31, 2023

Fixes method to-vampir-opt on VampIR function applications. Prior, the method applied would panic due to type errors.

Fixes errors on system loading relating to symbols
`method`, `generic-function`, `class`, `variable`, 'type', and 'function' not being external to
the mgl-pax package by removing the `pax:` prefix.

The prefix was removed only when necessary, only done after SBCL would
complain about the symbol not being external.
Fixes the bug relating to optimization of function application VampIR term.
@mariari mariari merged commit 8b1e421 into main Nov 21, 2023
1 of 2 checks passed
@mariari mariari deleted the artem/circuit-opt-bug branch November 21, 2023 09:42
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