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

Rename IntLiteral to IntValue. #4475

Merged
merged 1 commit into from
Nov 2, 2024

Commits on Nov 2, 2024

  1. Rename IntLiteral to IntValue.

    This instruction represents integer values, whether they come from
    literals or calculations, so it the old name is inaccurate. I also plan
    to rename `BigInt` to `IntLiteral` based on recent discussion and this
    change aims to avoid confusion stemming from the same name being used
    for two different things.
    
    I'm not renaming FloatLiteral because recent discussion suggests we may
    want distinct FloatLiteral versus FloatValue representations in SemIR.
    zygoloid committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    bb33422 View commit details
    Browse the repository at this point in the history