[PATCH] D70724: [PowerPC] Add Support for indirect calls on AIX.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 07:22:20 PST 2019


sfertile marked 19 inline comments as done and an inline comment as not done.
sfertile added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix_indirect_call.ll:145
+; OBJ32-LABEL: .callThroughPtrWithArgs:
+; OBJ32:         stwu 1, -64(1)
+; OBJ32-DAG:     lwz [[REG:[0-9]+]], 0(3)
----------------
hubert.reinterpretcast wrote:
> Seems like it might be less duplication if the grouping was `--check-prefixes=ASMOBJ32,ASM32` and `--check-prefixes=ASMOBJ32,OBJ32`.
Good Call.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70724





More information about the llvm-commits mailing list