Commit 7a335530 by Indu Bhagat Committed by Qing Zhao

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

2018-07-05  Indu Bhagat  <indu.bhagat@oracle.com> 

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

From-SVN: r262458
parent d04dbb8a
2018-07-05 Indu Bhagat <indu.bhagat@oracle.com>
* config/aarch64/aarch64-simd.md: correct flags text for
MIN_EXPR replacement.
2018-07-05 James Clarke <jrtc27@jrtc27.com> 2018-07-05 James Clarke <jrtc27@jrtc27.com>
* configure: Regenerated. * configure: Regenerated.
......
...@@ -2233,8 +2233,9 @@ ...@@ -2233,8 +2233,9 @@
;; Max/Min are introduced by idiom recognition by GCC's mid-end. An ;; Max/Min are introduced by idiom recognition by GCC's mid-end. An
;; expression like: ;; expression like:
;; a = (b < c) ? b : c; ;; a = (b < c) ? b : c;
;; is idiom-matched as MIN_EXPR<b,c> only if -ffinite-math-only is enabled ;; is idiom-matched as MIN_EXPR<b,c> only if -ffinite-math-only and
;; either explicitly or indirectly via -ffast-math. ;; -fno-signed-zeros are enabled either explicitly or indirectly via
;; -ffast-math.
;; ;;
;; MIN_EXPR and MAX_EXPR eventually map to 'smin' and 'smax' in RTL. ;; MIN_EXPR and MAX_EXPR eventually map to 'smin' and 'smax' in RTL.
;; The 'smax' and 'smin' RTL standard pattern names do not specify which ;; The 'smax' and 'smin' RTL standard pattern names do not specify which
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment