-
Bug
-
Resolution: Fixed
-
P4
-
23
-
b17
-
riscv
-
linux
But architectures like RISC-V doesn't have support of conditional moves at the ISA level for now.
So we set ConditionalMoveLimit parameter to 0 for this platform and conditionals moves are emulated
with normal compare and branch instructions instead [1]. This is why the IR matching test added by
[1] https://github.com/openjdk/jdk/blob/master/src/hotspot/cpu/riscv/riscv.ad#L9775
- relates to
-
JDK-8324655 Identify integer minimum and maximum patterns created with if statements
-
- Resolved
-
-
JDK-8329531 compiler/c2/irTests/TestIfMinMax.java fails with IRViolationException: There were one or multiple IR rule failures.
-
- Resolved
-