Remove invalid SSE2 ISA requirements in *movsf_internal.
* config/i386/i386.md (*movsf_internal): Do not require SSE2 ISA for alternatives 14 and 15.
This commit is contained in:
parent
1918e70df1
commit
ea1966e88e
@ -1,3 +1,8 @@
|
||||
2020-01-15 Uroš Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* config/i386/i386.md (*movsf_internal): Do not require
|
||||
SSE2 ISA for alternatives 14 and 15.
|
||||
|
||||
2020-01-15 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR middle-end/93273
|
||||
|
@ -3696,7 +3696,7 @@
|
||||
}
|
||||
}
|
||||
[(set (attr "isa")
|
||||
(cond [(eq_attr "alternative" "9,10,14,15")
|
||||
(cond [(eq_attr "alternative" "9,10")
|
||||
(const_string "sse2")
|
||||
]
|
||||
(const_string "*")))
|
||||
|
Loading…
Reference in New Issue
Block a user