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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D92122
[FPEnv] clang should get from the AST the metadata for constrained FP builtins ClosedPublic Authored by kpn on Nov 25 2020, 12:05 PM.
Details Summary 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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 30 2020, 6:28 AM Closed by commit rGabfbc5579bd4: [FPEnv] clang should get from the AST the metadata for constrained FP builtins (authored by kpn). · Explain WhyNov 30 2020, 8:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 308390 clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/builtin_float_strictfp.c
clang/test/CodeGen/constrained-math-builtins.c
clang/test/CodeGen/strictfp_fpclassify.c
|