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

Fix a bug in SILValue's hoistAddressProjections #7

Merged
merged 1 commit into from
Nov 20, 2015
Merged

Fix a bug in SILValue's hoistAddressProjections #7

merged 1 commit into from
Nov 20, 2015

Commits on Nov 20, 2015

  1. Fix a bug in SILValue's hoistAddressProjections

    We have to insert instructions that are operands *before* the instruction using
    them as an operand.
    
    Also fix a bug in the same code when looking through single predecessor basic
    block arguments.
    
    Add a testcase for all three cases.
    
    rdar://23159379
    aschwaighofer committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    95f43bc View commit details
    Browse the repository at this point in the history