[Bug target/40957] standard_sse_constant_opcode crash on x86 64
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Aug 4 13:21:00 GMT 2009
------- Comment #1 from ubizjak at gmail dot com 2009-08-04 13:21 -------
We enter standard_sse_constant_opcode with:
(const_vector:V4DI [
(const_int -1 [0xffffffffffffffff])
(const_int -1 [0xffffffffffffffff])
(const_int -1 [0xffffffffffffffff])
(const_int -1 [0xffffffffffffffff])
])
And standard_sse_constant_p returns 3 in this case.
H.J., can this operation be implemented with AVX vcmpeq instruction?
--
ubizjak at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hjl dot tools at gmail dot
| |com
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2009-08-04 13:21:16
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40957
More information about the Gcc-bugs
mailing list