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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits