https://sourceware.org/bugzilla/show_bug.cgi?id=22871

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
I updated users/hjl/optimize branch for

        andq    imm31, mem
        testq   imm31, mem

We need to keep

        andq    imm31, mem

and optimize testq to

        testl   imm31, mem

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to