[PATCH] D71353: Fix denormal-fp-math flag and attribute interaction

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 9 16:45:23 PDT 2020


echristo added a comment.

This is wanting a command line flag rather than setting it on the function, or rather in addition to being able to set it on the function? Also "this" in the commit message isn't quite clear. Having this be a separate set of both global function attributes and different than the other fp-math attributes means it really should be called out fairly explicitly why they need to be different, what the semantics are, etc.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71353/new/

https://reviews.llvm.org/D71353





More information about the llvm-commits mailing list