8131358: aarch64: test compiler/loopopts/superword/ProdRed_Float.java fails when run with debug VM

Fix typo in match rule in vsub2f

Reviewed-by: kvn, aph
This commit is contained in:
Ed Nevill 2015-07-15 16:05:53 +00:00
parent 10f06d081d
commit d3196fb464

View File

@ -14101,7 +14101,7 @@ instruct vsub2L(vecX dst, vecX src1, vecX src2)
instruct vsub2F(vecD dst, vecD src1, vecD src2)
%{
predicate(n->as_Vector()->length() == 2);
match(Set dst (AddVF src1 src2));
match(Set dst (SubVF src1 src2));
ins_cost(INSN_COST);
format %{ "fsub $dst,$src1,$src2\t# vector (2S)" %}
ins_encode %{