[PATCH] D77013: [AMDGPU] Add options -mamdgpu-ieee -mno-amdgpu-ieee
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 29 19:06:02 PDT 2021
arsenm added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticDriverKinds.td:131-133
+ "invalid argument '-mno-amdgpu-ieee' only allowed with floating point options "
+ "which do not honor NaNs, e.g. '-fno-honor-nans', '-ffast-math', "
+ "'-ffinite-math-only', etc.">;
----------------
e.g. and a list of flags seems weird for an error message. How about "only allowed with relaxed NaN handling"?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77013/new/
https://reviews.llvm.org/D77013
More information about the cfe-commits
mailing list