[all-commits] [llvm/llvm-project] abfbc5: [FPEnv] clang should get from the AST the metadata...
Kevin P. Neal via All-commits
all-commits at lists.llvm.org
Mon Nov 30 09:00:04 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: abfbc5579bd4507ae286d4f29f8a157de0629372
https://github.com/llvm/llvm-project/commit/abfbc5579bd4507ae286d4f29f8a157de0629372
Author: Kevin P. Neal <kevin.neal at sas.com>
Date: 2020-11-30 (Mon, 30 Nov 2020)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGen/builtin_float_strictfp.c
M clang/test/CodeGen/constrained-math-builtins.c
A clang/test/CodeGen/strictfp_fpclassify.c
Log Message:
-----------
[FPEnv] 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 non-target specific
builtins.
Differential Revision: https://reviews.llvm.org/D92122
More information about the All-commits
mailing list