aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
diff options
context:
space:
mode:
authorHongtao Liu <hongtao.liu@intel.com>2019-11-18 02:22:55 +0000
committerHongtao Liu <liuhongt@gcc.gnu.org>2019-11-18 02:22:55 +0000
commit586bbef191b4f804289fb5ffc0e7a1a5e525bc4b (patch)
treea155938b610d8c1e3a049c5c881658fb1e3e14a0 /gcc/c/c-parser.c
parenta128988785c425f327763b8cc2cf5741ef29a214 (diff)
downloadgcc-586bbef191b4f804289fb5ffc0e7a1a5e525bc4b.zip
gcc-586bbef191b4f804289fb5ffc0e7a1a5e525bc4b.tar.gz
gcc-586bbef191b4f804289fb5ffc0e7a1a5e525bc4b.tar.bz2
Split X86_TUNE_AVX128_OPTIMAL into X86_TUNE_AVX256_SPLIT_REGS
and X86_TUNE_AVX128_OPTIMAL. Changelog gcc/ PR target/92448 * config/i386/i386-expand.c (ix86_expand_set_or_cpymem): Replace TARGET_AVX128_OPTIMAL with TARGET_AVX256_SPLIT_REGS. * config/i386/i386-option.c (ix86_vec_cost): Ditto. (ix86_reassociation_width): Ditto. * config/i386/i386-options.c (ix86_option_override_internal): Replace TARGET_AVX128_OPTIAML with ix86_tune_features[X86_TUNE_AVX128_OPTIMAL] * config/i386/i386.h (TARGET_AVX256_SPLIT_REGS): New macro. (TARGET_AVX128_OPTIMAL): Deleted. * config/i386/x86-tune.def (X86_TUNE_AVX256_SPLIT_REGS): New DEF_TUNE. From-SVN: r278385
Diffstat (limited to 'gcc/c/c-parser.c')
0 files changed, 0 insertions, 0 deletions