[PATCH] D71144: Not emit correct Assembly for Global Function pointer initiated with function.

Xiangling Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 13 13:27:41 PST 2019


Xiangling_L added a subscriber: cebowleratibm.
Xiangling_L added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-FuntionDS.ll:1
+; RUN: llc -mtriple powerpc-ibm-aix-xcoff < %s | FileCheck %s
+
----------------
hubert.reinterpretcast wrote:
> Xiangling_L wrote:
> > To generate assembly from IR, please add `-verify-machineinstrs` and cpu level `-mcpu=pwr7`.
> Why `pwr7`?
@cebowleratibm To be honest, I don't know the reason underneath, and I vaguely recall that we decided to set it to -mcpu=pwr7 in the srum?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71144





More information about the llvm-commits mailing list