The previous patch missed the DONE indicator of the vx
combine pattern. Thus add it back.
gcc/ChangeLog:
* config/riscv/autovec-opt.md: Add missed DONE
for vx combine pattern.
Signed-off-by: Pan Li <pan2.li@intel.com>
riscv_vector::expand_vx_binary_vec_dup_vec (operands[0], operands[2],
operands[1], <CODE>,
<MODE>mode);
+
+ DONE;
}
[(set_attr "type" "vialu")])
riscv_vector::expand_vx_binary_vec_vec_dup (operands[0], operands[1],
operands[2], <CODE>,
<MODE>mode);
+
+ DONE;
}
[(set_attr "type" "vialu")])