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

luoxhu at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |luoxhu at gcc dot gnu.org

--- Comment #9 from luoxhu at gcc dot gnu.org ---
No load/store on Power9.
cat pr69493.s
        .file   "pr69493.c"
        .abiversion 2
        .section        ".text"
        .align 2
        .p2align 4,,15
        .globl test_big_double
        .type   test_big_double, @function
test_big_double:
.LFB0:
        .cfi_startproc
        mfvsrd 7,1
        mfvsrd 10,2
        mfvsrd 8,3
        mfvsrd 9,4
        mtvsrdd 34,10,7
        mtvsrdd 35,9,8
        blr
        .long 0
        .byte 0,0,0,0,0,0,0,0
        .cfi_endproc
.LFE0:
        .size   test_big_double,.-test_big_double
        .ident  "GCC: (GNU) 9.2.1 20191023 (Advance-Toolchain 13.0-1)
[aba1f4e8b6ac]"
        .gnu_attribute 4, 5
        .section        .note.GNU-stack,"",@progbits

Reply via email to