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

irinterp: set IR_FLAG_REFINED for narrowed PhiNodes #56391

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Commits on Oct 30, 2024

  1. irinterp: set IR_FLAG_REFINED for narrowed PhiNodes

    `adce_pass!` can transform a `Union`-type `PhiNode` into a narrower
    `PhiNode`, but in such cases, the `IR_FLAG_REFINED` flag isn’t set on
    that `PhiNode` statement. By setting this flag, irinterp can perform
    statement reprocessing using the narrowed `PhiNode`, enabling type
    stability in cases like #56387.
    
    - fixes #56387
    aviatesk committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0a8a3c7 View commit details
    Browse the repository at this point in the history