[PATCH] D129298: Add denormal-fp-math attribute for f16

David Candler via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 2 10:01:48 PDT 2022


dcandler abandoned this revision.
dcandler added a comment.

Sorry for the quiet on this. I'm going to abandon this for the moment, as what I eventually found was that there was some ambiguity in the ARM ABI regarding half-floats which would be better to address first, so that the attributes can map directly. There is currently only one ARM build attribute for denormals which reads as though it affects all precisions, but may not have been updated after half-float support was added. Since that maps to denormal-fp-math, which also controls all precisions, both may need splitting rather than just the function level attribute.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129298



More information about the cfe-commits mailing list