x86: Don't check if AVX512 template requires AVX512VL
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 20 Jun 2023 16:32:19 +0000 (09:32 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 20 Jun 2023 16:43:58 +0000 (09:43 -0700)
commitc7face14225296a2f5d3ebeb8ace88c166d80c3e
tree76f58ef5f70c8aa67a6b56b096b00da6da03df00
parentc65030964b684fd1df13346b678b42beee9af8e1
x86: Don't check if AVX512 template requires AVX512VL

If the ZMM operand in an AVX12 template also allows XMM or ZMM, this
template must require AVX512VL.  Drop the AVX512VL requirement check
on such AVX512 templates.

* config/tc-i386.c (check_VecOperands): Don't check if AVX512
template requires AVX512VL.
gas/config/tc-i386.c