2020-01-14 Uroš Bizjak <ubiz...@gmail.com> PR target/93254 * config/i386/i386.md (*movsf_internal): Require SSE2 ISA for alternatives 9 and 10.
Patch was bootstrapped and regression tested on x86_64-linux-gnu {,-m32}. Committed to mainline, will be backported to gcc-9 branch. Uros.
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 03441109f48..f08410a471e 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -3696,7 +3696,7 @@ } } [(set (attr "isa") - (cond [(eq_attr "alternative" "14,15") + (cond [(eq_attr "alternative" "9,10,14,15") (const_string "sse2") ] (const_string "*")))