diff options
author | liuhongt <hongtao.liu@intel.com> | 2022-02-23 14:32:29 +0800 |
---|---|---|
committer | liuhongt <hongtao.liu@intel.com> | 2022-02-24 09:05:10 +0800 |
commit | ffb2c67170768d5aa2d84a143405da658930e9b0 (patch) | |
tree | ac97b35b7c351a4bd513ac1e7a196ddee20d0e57 /gcc/expr.cc | |
parent | 4bf3bac15145c71d01152a06052f3b4603b26163 (diff) | |
download | gcc-ffb2c67170768d5aa2d84a143405da658930e9b0.zip gcc-ffb2c67170768d5aa2d84a143405da658930e9b0.tar.gz gcc-ffb2c67170768d5aa2d84a143405da658930e9b0.tar.bz2 |
Fix typo in <code>v1ti3.
For evex encoding vp{xor,or,and}, suffix is needed.
Or there would be an error for
vpxor %xmm0, %xmm31, %xmm1
Error: unsupported instruction `vpxor'
gcc/ChangeLog:
* config/i386/sse.md (<code>v1ti3): Add suffix and replace
isa attr of alternative 2 from avx to avx512vl.
gcc/testsuite/ChangeLog:
* gcc.target/i386/avx512vl-logicsuffix-1.c: New test.
Diffstat (limited to 'gcc/expr.cc')
0 files changed, 0 insertions, 0 deletions