[PATCH] D104396: [AIX] Use VSSRC/VSFRC Register classes for f32/f64 callee arguments on P8 and above
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 6 10:08:52 PDT 2021
lkail added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-p8vector-liveins.ll:1
+; RUN: llc -mtriple powerpc64-ibm-aix-xcoff -verify-machineinstrs -mcpu=pwr8 -stop-after=machine-cp \
+; RUN: -debug-only=isel -o - 2>&1 %s | FileCheck %s --check-prefix=POWR8
----------------
Maybe it's missing `REQUIRES:asserts` or `-debug-only` won't work.
`-stop-after=finalize-isel` should work already? IIRC, `machine-cp` is a very late pass.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104396/new/
https://reviews.llvm.org/D104396
More information about the llvm-commits
mailing list