[PATCH] D94282: [PowerPC] Support ppc-asm-full-reg-names for AIX
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 26 04:18:06 PDT 2021
nemanjai added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-sync-64.ll:7
; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-aix \
; RUN: --ppc-asm-full-reg-names -mcpu=pwr7 < %s | FileCheck %s --check-prefix=CHECK-AIX
----------------
We can probably get rid of the `--check-prefix` here since the AIX asm should match the Linux asm, won't it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94282/new/
https://reviews.llvm.org/D94282
More information about the llvm-commits
mailing list