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: mostly fix uses of undefined PhiNodes #39236

Merged
merged 1 commit into from
Jan 14, 2021
Merged

codegen: mostly fix uses of undefined PhiNodes #39236

merged 1 commit into from
Jan 14, 2021

Commits on Jan 13, 2021

  1. codegen: mostly fix uses of undefined PhiNodes

    Unlike the rest of codegen, we permit PhiNodes to legally return
    undefined values, so we need to carefully skip those.
    
    Fixes #39232
    vtjnash committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    46f2bdd View commit details
    Browse the repository at this point in the history