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

Conversation

a7ehuo
Copy link
Contributor

@a7ehuo a7ehuo commented Apr 16, 2024

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

`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 a7ehuo requested review from jdmpapin and removed request for vijaysun-omr April 16, 2024 13:35
@a7ehuo
Copy link
Contributor Author

a7ehuo commented Apr 16, 2024

@jdmpapin May I ask you to review this change? Thank you very much!

@hzongaro fyi

@a7ehuo
Copy link
Contributor Author

a7ehuo commented Apr 16, 2024

The x86-64 macOS failure is a known issue #7181

The following tests FAILED:
	  2 - TestJitBuilderAPIGenerator (Failed)

@jdmpapin
Copy link
Contributor

Jenkins build all

@jdmpapin
Copy link
Contributor

Everything has passed except for the known failure on mac

@jdmpapin jdmpapin merged commit 9083c82 into eclipse:master Apr 17, 2024
16 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error Output Results Possibly Related to loopStrider(lastOptIndex=131)
2 participants