[PATCH] D126807: [PowerPC] Fix LQ-STQ instructions to use correct offset and base

Ahsan Saghir via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 15 14:43:25 PDT 2022


saghir added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/LQ-STQ-32bit-offset.ll:27
+; CHECK-NEXT:    sync
+; CHECK-NEXT:    stq r4, 16(r3)
+; CHECK-NEXT:    sync
----------------
saghir wrote:
> This does not look right, I am looking into it.
Updated test case and now it looks good.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126807



More information about the llvm-commits mailing list