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

Conanap via All-commits all-commits at lists.llvm.org
Fri Jun 25 00:09:46 PDT 2021


  Branch: refs/heads/conanap/xl/1phase/5issue
  Home:   https://github.com/llvm/llvm-project
  Commit: 63b91860728beae25dfa38cee2a61679fa491887
      https://github.com/llvm/llvm-project/commit/63b91860728beae25dfa38cee2a61679fa491887
  Author: Albion Fung <albionapc at gmail.com>
  Date:   2021-06-25 (Fri, 25 Jun 2021)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/CodeGen/CGBuiltin.cpp
    A clang/test/CodeGen/builtins-ppc-xlcompat-atomicLoadStore-64-only.c
    A clang/test/CodeGen/builtins-ppc-xlcompat-atomicLoadStore.c
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td
    M llvm/lib/Target/PowerPC/PPCInstrPrefix.td

  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.




More information about the All-commits mailing list