[all-commits] [llvm/llvm-project] 81b698: [FPEnv][X86] Platform builtins edition: clang shou...

Kevin P. Neal via All-commits all-commits at lists.llvm.org
Wed Feb 3 08:49:41 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 81b69879c946533c71cc484bd8d9202bf1e34bfe
      https://github.com/llvm/llvm-project/commit/81b69879c946533c71cc484bd8d9202bf1e34bfe
  Author: Kevin P. Neal <kevin.neal at sas.com>
  Date:   2021-02-03 (Wed, 03 Feb 2021)

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

  Log Message:
  -----------
  [FPEnv][X86] Platform builtins edition: clang should get from the AST the metadata for constrained FP builtins

Currently clang is not correctly retrieving from the AST the metadata for
constrained FP builtins. This patch fixes that for the X86 specific builtins.

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




More information about the All-commits mailing list