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

codegen,tbaa: fix array isassigned tbaa information #32356

Merged
merged 1 commit into from
Jun 26, 2019
Merged

Commits on Jun 18, 2019

  1. codegen,tbaa: fix array isassigned tbaa information

    This avoids a regression (correctness and performance) caused by #21262
    where we were no longer able to fold away the isnull assertion in the
    case where the source also contains an explicit isassigned check.
    
    Also upgrade many CreateInBoundsGEP calls to include the element type (NFC).
    vtjnash committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    e03e7a0 View commit details
    Browse the repository at this point in the history