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

2018-05-22 Thread James Greenhalgh
On Wed, Apr 25, 2018 at 03:17:28PM -0500, Indu Bhagat wrote: > 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 t

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

2018-04-25 Thread Indu Bhagat
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