[PATCH] D133545: [PowerPC][NFC] Add test case to show CSR_64_AllRegs_AIX_Dflt_VSX is not correct
Ting Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 15 00:58:43 PDT 2022
tingwang added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix64-patchpoint-regmask.ll:1
+; RUN: llc -O0 -verify-machineinstrs -mcpu=pwr9 -mtriple powerpc64-ibm-aix-xcoff -print-after=finalize-isel --print-regmask-num-regs=-1 < %s 2>&1 | \
+; RUN: FileCheck %s
----------------
amyk wrote:
> Nit: I think this line maybe too long. Perhaps we can try separating this run line further.
Thank you Amy for looking into this. I'm afraid I have to suspend this patch since the functionality is not supported on AIX...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133545/new/
https://reviews.llvm.org/D133545
More information about the llvm-commits
mailing list