[PATCH] D99080: Normalize usage of StrBoolAttr
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 29 00:41:07 PDT 2021
serge-sans-paille added a comment.
In D99080#2723694 <https://reviews.llvm.org/D99080#2723694>, @nikic wrote:
> Should this one be abandoned now?
It depends. I'd like it to land, but that means changing the behavior of
--enable-no-infs-fp-math - Enable FP math optimizations that assume no +-Infs
--enable-no-nans-fp-math - Enable FP math optimizations that assume no NaNs
--enable-no-signed-zeros-fp-math - Enable FP math optimizations that assume the sign of 0 is insignificant
--enable-no-trapping-fp-math - Enable setting the FP exceptions build attribute not to use exceptions
--enable-unsafe-fp-math - Enable optimizations that may decrease FP precision
from `lli`. Maybe I should post a small RFC on that topic ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99080/new/
https://reviews.llvm.org/D99080
More information about the llvm-commits
mailing list