[all-commits] [llvm/llvm-project] 0195f8: [Clang] Fix long double availability check

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Fri Sep 17 00:34:03 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0195f8621f1814967f9cd3ef51ee61117e914299
      https://github.com/llvm/llvm-project/commit/0195f8621f1814967f9cd3ef51ee61117e914299
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M clang/lib/Sema/Sema.cpp
    A clang/test/OpenMP/amdgcn_ldbl_check.cpp

  Log Message:
  -----------
  [Clang] Fix long double availability check

fae0dfa changed code to check 128-bit float availability, since it
introduced a new 128-bit double type on PowerPC. However, there're other
long float types besides IEEE float128 and PPC double-double requiring
this feature.

Reviewed By: ronlieb

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




More information about the All-commits mailing list