[PATCH] D71144: Not emit correct Assembly for Global Function pointer initiated with function.
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 13 21:40:15 PST 2019
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-FuntionDS.ll:1
+; RUN: llc -verify-machineinstrs -mcpu=pwr7 -mtriple powerpc-ibm-aix-xcoff < %s | FileCheck %s
+
----------------
The filename is misspelled. The test name also seems to be the only use of PascalCase of the `aix*` tests in the directory. Additionally, there's also a test in the directory (`aix-func-dsc-gen.ll`) that encodes "function descriptor" differently in its name.
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