[PATCH] D63547: [AIX]Global Address Lowering

Xiangling Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 12 12:18:23 PDT 2019


Xiangling_L marked 25 inline comments as done.
Xiangling_L added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/lower-globaladdr32-aix.ll:2
+; RUN: llc -mtriple powerpc-ibm-aix-xcoff -code-model=small \
+; RUN: -stop-after=machine-cp -print-before=simple-register-coalescing 2>&1 < \
+; RUN: %s | FileCheck --check-prefix=SMALL %s
----------------
hubert.reinterpretcast wrote:
> `lit` can display stderr separately from stdout. If we are not checking for error messages, then redirecting stderr to stdout does not seem advantageous.
We redirect stderr to stdout because the option `-print-before=simple-register-coalescing` is used to output the register usage details[eg. `nor0`] and it outputs to stderr.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63547





More information about the llvm-commits mailing list