[PATCH] D69878: Consoldiate internal denormal flushing controls
Steve Canon via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 4 05:38:59 PST 2019
scanon added inline comments.
================
Comment at: llvm/docs/LangRef.rst:1834
+``"denormal-fp-math-f32"``
+ Same as ``"denorm-fp-math-f32"``, except for float types. If both
+ are present, this overrides ``"denorm-fp-math"``.
----------------
Can you clarify this a little bit? I'd prefer something like "Same as ``"denorm-fp-math"``, but only controls the behavior of the 32-bit float type.".
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69878/new/
https://reviews.llvm.org/D69878
More information about the cfe-commits
mailing list