[PATCH] D87528: Enable '#pragma STDC FENV_ACCESS' in frontend
Pengfei Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 27 17:53:30 PDT 2020
pengfei added a comment.
I agreed with Craig. Emitting constrained intrinsics on an unsupported target may result in problems. It's better to check if it is supported and prevent from the front end.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87528/new/
https://reviews.llvm.org/D87528
More information about the cfe-commits
mailing list