2016-08-11 Bin Cheng <bin.cheng@arm.com>
- * config/aarch64/aarch64-simd.md (vec_cmp<mode><v_cmp_result>: Init
+ * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Delete
+ unused declaration.
+ (vcond<v_cmp_mixed><mode>): Ditto.
+ (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
+
+2016-08-11 Bin Cheng <bin.cheng@arm.com>
+
+ * config/aarch64/aarch64-simd.md (vec_cmp<mode><v_cmp_result>): Init
variable explicitly, also assert on it before use.
2016-08-11 Richard Biener <rguenther@suse.de>
"TARGET_SIMD"
{
rtx mask = gen_reg_rtx (<V_cmp_result>mode);
- enum rtx_code code = GET_CODE (operands[3]);
emit_insn (gen_vec_cmp<mode><v_cmp_result> (mask, operands[3],
operands[4], operands[5]));
"TARGET_SIMD"
{
rtx mask = gen_reg_rtx (<V_cmp_result>mode);
- enum rtx_code code = GET_CODE (operands[3]);
emit_insn (gen_vec_cmp<mode><v_cmp_result> (mask, operands[3],
operands[4], operands[5]));
"TARGET_SIMD"
{
rtx mask = gen_reg_rtx (<MODE>mode);
- enum rtx_code code = GET_CODE (operands[3]);
emit_insn (gen_vec_cmp<mode><mode> (mask, operands[3],
operands[4], operands[5]));
"TARGET_SIMD"
{
rtx mask = gen_reg_rtx (<V_cmp_result>mode);
- enum rtx_code code = GET_CODE (operands[3]);
emit_insn (gen_vec_cmp<v_cmp_mixed><v_cmp_mixed> (
mask, operands[3],