[all-commits] [llvm/llvm-project] 208470: [FPEnv][X86] Platform-specific builtin constrained...

Kevin P. Neal via All-commits all-commits at lists.llvm.org
Thu Feb 6 11:21:08 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 208470dd5d0a46bc3c24b66489b687eda4954262
      https://github.com/llvm/llvm-project/commit/208470dd5d0a46bc3c24b66489b687eda4954262
  Author: Kevin P. Neal <kevin.neal at sas.com>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
    M clang/lib/CodeGen/CGBuiltin.cpp
    A clang/test/CodeGen/avx512f-builtins-constrained.c
    A clang/test/CodeGen/fma-builtins-constrained.c
    A clang/test/CodeGen/sse-builtins-constrained.c

  Log Message:
  -----------
  [FPEnv][X86] Platform-specific builtin constrained FP enablement

When constrained floating point is enabled the X86-specific builtins don't
use constrained intrinsics in some cases. Fix that.

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




More information about the All-commits mailing list