[all-commits] [llvm/llvm-project] 5665fc: [AIX][XCOFF] Add support for generating assembly c...

xingxue-ibm via All-commits all-commits at lists.llvm.org
Wed Nov 20 08:27:26 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5665fc91fe93fa4293eb5aceff4884826d8cecb1
      https://github.com/llvm/llvm-project/commit/5665fc91fe93fa4293eb5aceff4884826d8cecb1
  Author: Xing Xue <xingxue at outlook.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    A llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-str.ll

  Log Message:
  -----------
  [AIX][XCOFF] Add support for generating assembly code for one-byte mergable strings

This patch adds support for generating assembly code for one-byte mergeable strings.

Generating assembly code for multi-byte mergeable strings and the `XCOFF` object code for mergeable strings will be supported later.

Reviewers: hubert.reinterpretcast, jasonliu, daltenty, sfertile, DiggerLin, Xiangling_L

Reviewed by: daltenty

Subscribers: wuzish, nemanjai, hiraditya, kbarton, jsji, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list