config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true
condition. From-SVN: r183756
This commit is contained in:
parent
fc985d2fc7
commit
a2be33be24
@ -1,3 +1,8 @@
|
||||
2012-01-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||||
|
||||
config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true
|
||||
condition.
|
||||
|
||||
2012-01-31 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR bootstrap/52041
|
||||
|
@ -259,7 +259,7 @@
|
||||
(not:SI (match_operator:SI 1 "arm_comparison_operator"
|
||||
[(match_operand 2 "cc_register" "") (const_int 0)])))]
|
||||
"TARGET_THUMB2"
|
||||
"ite\\t%D1\;mov%D1\\t%0, #0\;mvn%d1\\t%0, #1"
|
||||
"ite\\t%D1\;mvn%D1\\t%0, #0\;mvn%d1\\t%0, #1"
|
||||
[(set_attr "conds" "use")
|
||||
(set_attr "length" "10")]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user