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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |jakub at redhat dot com
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2025-04-28

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
It is

foo:
.LFB0:
        .cfi_startproc
        leaq    8(%rdi), %rdx
        .p2align 4
        .p2align 4
        .p2align 3
.L2:
        movq    (%rdi), %rax
        movq    (%rdx), %rax
        testq   %rax, %rax
        je      .L2
        movl    $1, %eax
        ret

vs

foo:
.LFB0:
        .cfi_startproc
        .p2align 4
        .p2align 4
        .p2align 3
.L2:
        movq    (%rdi), %rax
        movq    8(%rdi), %rax
        testq   %rax, %rax
        je      .L2
        movl    $1, %eax
        ret

Reply via email to