Skip to content

Commit 8a82770

Browse files
author
duke
committedJun 23, 2020
Automatic merge of jdk:master into master
2 parents 6bfd317 + cb9d3ef commit 8a82770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/hotspot/cpu/aarch64/aarch64.ad

+1-1
Original file line numberDiff line numberDiff line change
@@ -13845,7 +13845,7 @@ instruct MoveL2D_reg_reg(vRegD dst, iRegL src) %{
1384513845
instruct clearArray_reg_reg(iRegL_R11 cnt, iRegP_R10 base, Universe dummy, rFlagsReg cr)
1384613846
%{
1384713847
match(Set dummy (ClearArray cnt base));
13848-
effect(USE_KILL cnt, USE_KILL base);
13848+
effect(USE_KILL cnt, USE_KILL base, KILL cr);
1384913849

1385013850
ins_cost(4 * INSN_COST);
1385113851
format %{ "ClearArray $cnt, $base" %}

0 commit comments

Comments
 (0)
Please sign in to comment.