-
Notifications
You must be signed in to change notification settings - Fork 5.4k
SROA: Do not generate GEPs when direct address is available #7457
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
Conversation
|
I've also added a CLI flag to specify running the verifier after passes, that works quite similarly to the IR printing flag. This flag isn't enabled in the CI though, yet. I'll do that as a separate PR (possibly after fixing issues, if any found, because of the verifier failing) |
CodSpeed Performance ReportMerging #7457 will not alter performanceComparing Summary
|
…nto vaivaswatha/sroa_gep_fix
I've enabled the flag now, and there aren't any failures, so we could have it as part of this PR itself. |
Fixes #7433