[all-commits] [llvm/llvm-project] 415e82: [PowerPC][AIX] Add toc-data support for 64-bit AIX...

yoalione via All-commits all-commits at lists.llvm.org
Wed Dec 1 07:58:03 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 415e821a5089d7b2a49cc8e1717702f46ffdae86
      https://github.com/llvm/llvm-project/commit/415e821a5089d7b2a49cc8e1717702f46ffdae86
  Author: Yousuf Ali <yoali at ibm.com>
  Date:   2021-12-01 (Wed, 01 Dec 2021)

  Changed paths:
    M llvm/lib/Target/PowerPC/P10InstrResources.td
    M llvm/lib/Target/PowerPC/P9InstrResources.td
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
    M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
    M llvm/test/CodeGen/PowerPC/basic-toc-data-extern.ll
    M llvm/test/CodeGen/PowerPC/basic-toc-data-local-linkage.ll
    M llvm/test/CodeGen/PowerPC/toc-data.ll

  Log Message:
  -----------
  [PowerPC][AIX] Add toc-data support for 64-bit AIX small code model.

The patch expands the existing 32-bit toc-data attribute support to 64-bit.
In both 32-bit and 64-bit it is supported for small code model only.

Differential Revision: https://reviews.llvm.org/D114654




More information about the All-commits mailing list