[NFC][Codegen][X86] Add exhaustive-ish test coverage for ZERO_EXTEND_VECTOR_INREG
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 28 Dec 2022 23:09:57 +0000 (02:09 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Thu, 29 Dec 2022 00:18:01 +0000 (03:18 +0300)
commit778a7df50e416a4b198d4835cff71d4074a75534
tree66a1b2bd5a2d5f942e0e17df90f570260ecd0d17
parent16a776ffef2b4862c27f73260362c56392b1b091
[NFC][Codegen][X86] Add exhaustive-ish test coverage for ZERO_EXTEND_VECTOR_INREG

It should be possible to deduplicate AVX2 and AVX512F checklines,
but i'm not sure which combination of check prefixes would do that.

https://godbolt.org/z/sndT9n1nz
llvm/test/CodeGen/X86/zero_extend_vector_inreg.ll [new file with mode: 0644]