[PATCH] D69878: Consoldiate internal denormal flushing controls
Andy Kaylor via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 6 10:06:52 PST 2020
andrew.w.kaylor added inline comments.
================
Comment at: llvm/docs/LangRef.rst:1837
+ are present, this overrides ``"denormal-fp-math"``. Not all targets
+ support separately setting the denormal mode per type.
+
----------------
Can you document which targets do support the option? What happens if I try to use the option on a target where it is not supported?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69878/new/
https://reviews.llvm.org/D69878
More information about the cfe-commits
mailing list