[PATCH] D70724: [PowerPC] Add Support for indirect calls on AIX.
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 11 09:54:54 PST 2019
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrFormats.td:1545
+ let Inst{11-15} = bi;
+ let Inst{16-18} = 0;
+ let Inst{19-20} = 0; // Unused (BH)
----------------
Do we want a comment here to indicate that this is a "reserved" field?
================
Comment at: llvm/test/CodeGen/PowerPC/aix_indirect_call.ll:19
+; RUN: -mtriple powerpc-ibm-aix-xcoff -filetype=obj < %s -o %t
+; RUN: llvm-objdump -d %t | FileCheck --check-prefixes=ASMOBJ32,OBJ32 %s
+
----------------
Missing reference to `CHECKOBJ`.
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