Skip to content
Snippets Groups Projects
Commit 0cf251fb authored by Jakub Jelinek's avatar Jakub Jelinek
Browse files

i386: Fix mmx.md signbit expanders [PR112816]

Apparently when looking for "signbit<mode>2" vector expanders, I've only
looked at sse.md and forgot mmx.md, which has another one and the
following patch still ICEd.

2023-12-19  Jakub Jelinek  <jakub@redhat.com>

	PR target/112816
	* config/i386/mmx.md (signbitv2sf2): Force operands[1] into a REG.

	* gcc.target/i386/sse2-pr112816-2.c: New test.

(cherry picked from commit 80e1375e)
parent 412555da
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment