[Bug rtl-optimization/68991] -O3 generates misaligned xorv4si3

hjl.tools at gmail dot com gcc-bugzilla@gcc.gnu.org
Mon Jan 4 22:25:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68991

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vmakarov at redhat dot com

--- Comment #9 from H.J. Lu <hjl.tools at gmail dot com> ---
With Bm constraint on SSE *mov<mode>_internal, curr_insn_transform in
lra-constraints.c generates an extra

(insn 354 353 323 8 (set (reg:V4SF 192)
        (reg:V4SF 202 [192])) 1226 {*movv4sf_internal}
     (nil))

for input:

(insn 353 322 354 8 (set (reg:V4SF 202 [192])
        (reg:V4SF 201 [192])) 1226 {*movv4sf_internal}
     (nil))


More information about the Gcc-bugs mailing list