[all-commits] [llvm/llvm-project] ad97d3: [PowerPC] Store, load, move from and to registers ...

Conanap via All-commits all-commits at lists.llvm.org
Wed Jul 14 13:53:11 PDT 2021


  Branch: refs/heads/conanap/xl/1phase/5issue
  Home:   https://github.com/llvm/llvm-project
  Commit: ad97d39617e4e62fd45c10539014fcd6812252f2
      https://github.com/llvm/llvm-project/commit/ad97d39617e4e62fd45c10539014fcd6812252f2
  Author: Albion Fung <albionapc at gmail.com>
  Date:   2021-07-14 (Wed, 14 Jul 2021)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/test/CodeGen/builtins-ppc-xlcompat-LoadReseve-StoreCond.c
    A clang/test/CodeGen/builtins-ppc-xlcompat-move-tofrom-regs.c
    A clang/test/CodeGen/builtins-ppc-xlcompat-prefetch.c
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/lib/Target/PowerPC/PPC.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-LoadReserve-StoreCond.ll
    A llvm/test/CodeGen/builtins-ppc-xlcompat-move-tofrom-regs.ll
    A llvm/test/CodeGen/builtins-ppc-xlcompat-prefetch.ll

  Log Message:
  -----------
  [PowerPC] Store, load, move from and to registers related builtins

  This patch implements store, load, move from and to registers related
builtins. The patch aims to provide feature parady with xlC on AIX.

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




More information about the All-commits mailing list