This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Minor documentation correction in aarch64-simd.md


In function minmax_replacement in tree-ssa-phiopt.c, MIN_EXPR/MAX_EXPR are substituted for when the following condition is false - (HONOR_NANS (type) || HONOR_SIGNED_ZEROS (type)). So for FP mode, this is false when _both_ of the following conditions are fulfilled : 1. flag_signed_zeros is zero and 2. flag_finite_math_only is set. So, the documentation in aarch64-simd.md is partially misleading. Here is a patch to correct that. Thanks

-----------------------

gcc/ChangeLog:

* config/aarch64/aarch64-simd.md: correct flags text for MIN_EXPR replacement



Attachment: aarch64-simd-comment-fix
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]