forked from OSchip/llvm-project
6565b58584
Summary: Some instruction like VPMULDQ is NOT the variant of VPMULD but a new one. So we should make sure the suffix matcher only works for memory variant that has the same size with the suffix. Currently we only check for SSE/AVX* instructions, because many legacy instructions didn't declare the alias instructions of their variants. Differential Revision: https://reviews.llvm.org/D80608 |
||
---|---|---|
.. | ||
AArch64 | ||
ARM | ||
SystemZ | ||
X86 | ||
invalid_input_file_name.test | ||
lit.local.cfg |