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

Implement Optimisation Pass Test Coverage #5

Open
martindevans opened this issue Oct 23, 2019 · 0 comments
Open

Implement Optimisation Pass Test Coverage #5

martindevans opened this issue Oct 23, 2019 · 0 comments
Labels
good first issue Good for newcomers

Comments

@martindevans
Copy link
Owner

Every single optimisation pass needs tests covering:

  • The most basic case where optimisation should happen. Verify that it does.
  • A more complex "real world" example where optimisation should happen. Verify that it does.

If possible:

  • A case where optimisation should not happen but seems likely to be miss-optimised, verify that it does not.
@martindevans martindevans added the good first issue Good for newcomers label Oct 23, 2019
martindevans pushed a commit that referenced this issue Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant