[PATCH] D111078: [AIX] Enable int128 in 64 bit mode
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 4 13:11:44 PDT 2021
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/int128_ldst.ll:31
; CHECK-NEXT: mr 3, 5
; CHECK-NEXT: blr
entry:
----------------
Confirming that this case matches GCC on AIX:
```
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 llvm-commits
mailing list