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

Merge optimiser-comm into main #258

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Merge optimiser-comm into main #258

merged 1 commit into from
Jun 20, 2024

Conversation

stevehalliwell
Copy link
Owner

Add GetLocalPreen Optimiser pass
Identify a getlocal, single get, commutative operation pattern and swap the local, so the other passes can registerise it.

close #256

Identify a getlocal, single get, commutative operation pattern and swap the local, so the other passes can registerise it.
@stevehalliwell stevehalliwell merged commit 2463142 into main Jun 20, 2024
4 checks passed
@stevehalliwell stevehalliwell deleted the optimiser-comm branch June 20, 2024 10:30
@coveralls
Copy link

Coverage Status

coverage: 95.837% (+0.02%) from 95.818%
when pulling c1a7070 on optimiser-comm
into c569f1a on main.

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.

Optimiser should be commutativity/associativity aware
2 participants