-
Bug
-
Resolution: Fixed
-
P5
-
11, 17, 21, 24
-
b23
The transformation from:
(CastX2P (AddL base i))
to:
(AddP (CastX2P base) i)
is not always applied when type of i is only narrowed as optimization progresses.
(CastX2P (AddL base i))
to:
(AddP (CastX2P base) i)
is not always applied when type of i is only narrowed as optimization progresses.
- relates to
-
JDK-8343774 Positive list platforms for ir checks of compiler/c2/TestCastX2NotProcessedIGVN.java
-
- Resolved
-
-
JDK-8343906 test2 of compiler/c2/TestCastX2NotProcessedIGVN.java fails on some platforms
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/57c3bb60
-
Review(master) openjdk/jdk/21714