hg: jdk/submit: 8210413: AArch64: Optimize div/rem by constant in C1

aph at redhat.com aph at redhat.com
Mon Sep 24 15:41:29 UTC 2018


Changeset: 3f86af182fe6
Author:    aph
Date:      2018-09-24 16:40 +0100
URL:       http://hg.openjdk.java.net/jdk/submit/rev/3f86af182fe6

8210413: AArch64: Optimize div/rem by constant in C1
Summary: Remove div-by-zero check for non-zero divisor and generate cheap instructions if divisor is power-of-2
Reviewed-by: aph
Contributed-by: pengfei.li at arm.com

! src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.hpp
! src/hotspot/cpu/aarch64/c1_LIRGenerator_aarch64.cpp



More information about the jdk-submit-changes mailing list