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

Use LLVM SCEV for loops #1

Open
3 of 5 tasks
mcopik opened this issue Feb 13, 2020 · 0 comments
Open
3 of 5 tasks

Use LLVM SCEV for loops #1

mcopik opened this issue Feb 13, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mcopik
Copy link
Collaborator

mcopik commented Feb 13, 2020

We didn't finish the implementation that would use SCEV for all loops. We should use LLVM's scalar evolution to generate expressions describing the iteration count of loop and make it taint sink instead of checking loop exit conditions in every iteration.

It has to be enabled with a switch to allow for future benchmarking.

  • Run SCEV analysis
  • Print statistics on constant loops
  • Add SCEV test
  • Skip instrumentation of constant loop
  • Generate iteration count expression for non-constant loops
@mcopik mcopik added enhancement New feature or request good first issue Good for newcomers labels Feb 13, 2020
@mcopik mcopik mentioned this issue Aug 16, 2021
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant