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

Conanap via All-commits all-commits at lists.llvm.org
Tue Jul 20 13:46:36 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3434ac9e39026ae19870a3356d744649dc85777e
      https://github.com/llvm/llvm-project/commit/3434ac9e39026ae19870a3356d744649dc85777e
  Author: Albion Fung <albionapc at gmail.com>
  Date:   2021-07-20 (Tue, 20 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
    A clang/test/CodeGen/builtins-ppc-xlcompat-stfiw.c
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/lib/Target/PowerPC/PPC.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    M llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-LoadReserve-StoreCond.ll
    A llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-stfiw.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, as well as the builtin for stfiw. 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