[all-commits] [llvm/llvm-project] 910397: [PowerPC] Add readflm/setflm intrinsics to Clang

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Fri Aug 21 00:25:00 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 91039784b3c9757c35e348d4e0700c90adb1a7e7
      https://github.com/llvm/llvm-project/commit/91039784b3c9757c35e348d4e0700c90adb1a7e7
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2020-08-21 (Fri, 21 Aug 2020)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsPPC.def
    M clang/test/CodeGen/builtins-ppc.c
    M llvm/include/llvm/IR/IntrinsicsPowerPC.td

  Log Message:
  -----------
  [PowerPC] Add readflm/setflm intrinsics to Clang

Commit dbcfbffc adds ppc.readflm and ppc.setflm intrinsics to read or
write FPSCR register. This patch adds them to Clang.

Reviewed By: steven.zhang

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




More information about the All-commits mailing list