Commit c790b7fe by Kyrylo Tkachov Committed by Kyrylo Tkachov

[PATCH][ARM] Disable store_minmaxsi pattern for arm_restrict_i

	* config/arm/arm.md (*store_minmaxsi): Disable for arm_restrict_it.

From-SVN: r215760
parent 0180ac0c
2014-10-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm.md (*store_minmaxsi): Disable for arm_restrict_it.
2014-09-30 Uros Bizjak <ubizjak@gmail.com> 2014-09-30 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (fmodxf3): Enable for flag_finite_math_only only. * config/i386/i386.md (fmodxf3): Enable for flag_finite_math_only only.
...@@ -3449,7 +3449,7 @@ ...@@ -3449,7 +3449,7 @@
[(match_operand:SI 1 "s_register_operand" "r") [(match_operand:SI 1 "s_register_operand" "r")
(match_operand:SI 2 "s_register_operand" "r")])) (match_operand:SI 2 "s_register_operand" "r")]))
(clobber (reg:CC CC_REGNUM))] (clobber (reg:CC CC_REGNUM))]
"TARGET_32BIT && optimize_function_for_size_p (cfun)" "TARGET_32BIT && optimize_function_for_size_p (cfun) && !arm_restrict_it"
"* "*
operands[3] = gen_rtx_fmt_ee (minmax_code (operands[3]), SImode, operands[3] = gen_rtx_fmt_ee (minmax_code (operands[3]), SImode,
operands[1], operands[2]); operands[1], operands[2]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment