[PATCH] D75627: [PowerPC][AIX] Fix printing of program counter for AIX assembly.
Sean Fertile via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 4 13:30:06 PST 2020
sfertile marked 2 inline comments as done.
sfertile added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-print-pc.mir:1
+# RUN: llc -x mir -mtriple powerpc-unknown-aix-xcoff --verify-machineinstrs \
+# RUN: -start-before=ppc-branch-select < %s | FileCheck %s
----------------
hubert.reinterpretcast wrote:
> Is this a case where we can (or should) test for 64-bit now?
Sure, we have enough 64-bit assembly support. I've added a 64-bit runstep.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75627/new/
https://reviews.llvm.org/D75627
More information about the llvm-commits
mailing list