From: hjl Date: Mon, 11 Feb 2019 01:39:54 +0000 (+0000) Subject: i386: Fix a typo in comments for for "Yd" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b34cd30ff99277dc953d1f7c451dba8ec29492a;p=thirdparty%2Fgcc.git i386: Fix a typo in comments for for "Yd" config/i386/constraints.md has (define_register_constraint "Yd" "TARGET_AVX512DQ ? ALL_SSE_REGS : TARGET_SSE4_1 ? SSE_REGS : NO_REGS" "@internal Any EVEX encodable SSE register (@code{%xmm0-%xmm31}) for AVX512DQ target or any SSE register for SSE4_1 target.") Comments for "Yd" should mention AVX512DQ, not AVX512BW. * config/i386/constraints.md (Yd): Replace AVX512BW with AVX512DQ in comments git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268759 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aea089f1da2f..1df0ce913e73 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-02-10 H.J. Lu + + * config/i386/constraints.md (Yd): Replace AVX512BW with AVX512DQ + in comments + 2019-02-10 Chung-Ju Wu * config.gcc (with_nds32_lib): Set default --with-nds32-lib correctly. diff --git a/gcc/config/i386/constraints.md b/gcc/config/i386/constraints.md index 33921aea2674..16075b4acf36 100644 --- a/gcc/config/i386/constraints.md +++ b/gcc/config/i386/constraints.md @@ -96,7 +96,7 @@ ;; We use the Y prefix to denote any number of conditional register sets: ;; z First SSE register. -;; d any EVEX encodable SSE register for AVX512BW target or +;; d any EVEX encodable SSE register for AVX512DQ target or ;; any SSE register for SSE4_1 target. ;; p Integer register when TARGET_PARTIAL_REG_STALL is disabled ;; a Integer register when zero extensions with AND are disabled