[PATCH] D85850: [PowerPC][AIX] Fix frame-pointer and base-pointer save/restore offset.

Xiangling Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 31 08:44:09 PDT 2020


Xiangling_L added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-framepointer-save-restore.ll:2
+; RUN: llc -verify-machineinstrs < %s -mcpu=pwr4 -mattr=-altivec \
+; RUN:   -mtriple=powerpc-ibm-aix-xcoff | FileCheck %s -check-prefix=AIX32
+
----------------
ZarkoCA wrote:
> nit: can the indentation be lined up?  
As a reference, external reviewers used to point out the proper way to arrange the testcase command line here: 
https://reviews.llvm.org/D78929#inline-740137


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85850/new/

https://reviews.llvm.org/D85850



More information about the llvm-commits mailing list