[all-commits] [llvm/llvm-project] 686a95: [flang] Make default quad precision kind target de...

PeixinQiao via All-commits all-commits at lists.llvm.org
Mon Oct 24 19:17:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 686a951d4b0e006ee2f6e3c0d35ae41b9ee455f9
      https://github.com/llvm/llvm-project/commit/686a951d4b0e006ee2f6e3c0d35ae41b9ee455f9
  Author: Peixin-Qiao <qiaopeixin at huawei.com>
  Date:   2022-10-25 (Tue, 25 Oct 2022)

  Changed paths:
    M flang/lib/Frontend/CompilerInstance.cpp
    M flang/test/Semantics/kinds04_q10.f90

  Log Message:
  -----------
  [flang] Make default quad precision kind target dependent

The quad precision kind is defined as 8 by default in
flang/include/flang/Common/default-kinds.h. However, it should be target
dependent. This fixes the default quad precision kind when the target
is on X86_64.

Reviewed By: klausler

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




More information about the All-commits mailing list