Op_ModI/Op_ModL/Op_UModI/Op_UModL cases are almost identical and could be refactored to a single one possibly using MulNode::make() and new similar helper methods.
If there's no IR test that verifies this transformation, it would be nice to add some to verify the refactoring doesn't break anything.
If there's no IR test that verifies this transformation, it would be nice to add some to verify the refactoring doesn't break anything.
- relates to
-
JDK-8341068 [s390x] intrinsics for divideUnsigned and remainderUnsigned methods in java.lang.Integer and java.lang.Long
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/10050a72
-
Review(master) openjdk/jdk/20877