Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information