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

Optionally suppress uninit reports that come from loop headers #3

Open
deian opened this issue Aug 12, 2020 · 0 comments
Open

Optionally suppress uninit reports that come from loop headers #3

deian opened this issue Aug 12, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@deian
Copy link
Member

deian commented Aug 12, 2020

On longer block bounds, there are a number of reports related to unentered loops (that can never feasibly be unenetered).
Probably makes sense to just optionally ignore things that come from skipping loop headers (the LLVM has a %loop annotation we can use)

@deian deian added enhancement New feature or request good first issue Good for newcomers labels Aug 12, 2020
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