This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/22077] vec_all_eq does not produce good result


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-15 14:14 -------
Note it is even worse in 64bit mode:
_foo:
        vcmpeqfp. v3,v2,v3
        mfcr r0
        rlwinm r0,r0,25,1
        xori r2,r0,1
        li r0,-3233
        neg r2,r2
        and r2,r2,r0
        addi r3,r2,3245
        blr

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22077


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]