[MCA][X86] Add missing zero-idioms test file coverage
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 17 Jan 2022 15:57:50 +0000 (15:57 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 17 Jan 2022 16:04:39 +0000 (16:04 +0000)
commit8ea579203da0e2b2f3e9e04ea4b63b20248c52f3
treebb521cfb78d0d5fd3ce75423717691bc6bf8ed72
parentf104cc38f45ebbca065e78959c23d09f16b65bd5
[MCA][X86] Add missing zero-idioms test file coverage

atom/slm have no/limited zero-idioms handling but we should test all the common instructions anyhow

znver1/znver2 were just missing - I've copied the Haswell tests for consistent test coverage
llvm/test/tools/llvm-mca/X86/Atom/zero-idioms.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/SLM/zero-idioms.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/Znver1/zero-idioms.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/Znver2/zero-idioms.s [new file with mode: 0644]