Currently clang is not correctly retrieving from the AST the metadata for constrained FP builtins. This patch fixes that for the PowerPC specific builtins.
For previous work in this vein see D92122 for example.
Paths
| Differential D94186
[FPEnv][PowerPC] Platform builtins edition: clang should get from the AST the metadata for constrained FP builtins Needs ReviewPublic Authored by kpn on Jan 6 2021, 11:53 AM.
Details
Summary Currently clang is not correctly retrieving from the AST the metadata for constrained FP builtins. This patch fixes that for the PowerPC specific builtins. For previous work in this vein see D92122 for example.
Diff Detail
Revision Contents
Diff 314954 clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/builtins-ppc-fma.c
clang/test/CodeGen/builtins-ppc-fpconstrained.c
|
clang-format: please reformat the code