This is an archive of the discontinued LLVM Phabricator instance.

[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