[PATCH] D81767: [PPCAsmPrinter] support 'L' output template for memory operands
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 17:08:58 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/inlineasm-output-template.ll:30
+; CHECK-LABEL: test_inlineasm_L_output_template
+; CHECK: stw 3, 0(5)
+; CHECK-NEXT: stw 4, 4(5)
----------------
ppc64 has a different offset. Add a ppc64 test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81767/new/
https://reviews.llvm.org/D81767
More information about the llvm-commits
mailing list