[PATCH] D111078: [AIX] Enable int128 in 64 bit mode

Jinsong Ji via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 5 07:21:00 PDT 2021


jsji added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/int128_ldst.ll:31
 ; CHECK-NEXT:    mr 3, 5
 ; CHECK-NEXT:    blr
 entry:
----------------
hubert.reinterpretcast wrote:
> Confirming that this case matches GCC on AIX:
> ```
>         ld 4,8(3)
>         ld 3,0(3)
>         blr
> ```
$ gcc -maix64 -S -O p128.c -o t.s; grep blr -B3 t.s
.check1:
        ld 4,8(3)
        ld 3,0(3)
        blr



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111078/new/

https://reviews.llvm.org/D111078



More information about the cfe-commits mailing list