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

Update differenceInAdditiveConstants as int64_t #7312

Merged
merged 1 commit into from
Apr 17, 2024

Commits on Apr 16, 2024

  1. Update differenceInAdditiveConstants as int64_t

    `differenceInAdditiveConstants` is expected to be a
    64 bit integer. `examineOpCodesForInductionVariableUse`
    takes care of casting it into `int32_t` if it does not
    use aladd and the adjustment or the replacing node
    is not a 64-bit value.
    
    Fixes: eclipse-openj9/openj9#19220
    
    Signed-off-by: Annabelle Huo <Annabelle.Huo@ibm.com>
    a7ehuo committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    568b22e View commit details
    Browse the repository at this point in the history