[llvm-mca][x86] Add PREFETCHW instruction resource tests
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 1 Aug 2018 16:34:39 +0000 (16:34 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 1 Aug 2018 16:34:39 +0000 (16:34 +0000)
commit5c4fb14e07358f685742e61f7d0109e13b5f9edd
tree2788114e3f781b5115c300ad29521e1f5b725740
parentdcfa732b2f86c2a626a4150068f3a483cd85b30f
[llvm-mca][x86] Add PREFETCHW instruction resource tests

These aren't just available via 3DNow! so test for them separately as well.

llvm-svn: 338584
llvm/test/tools/llvm-mca/X86/Broadwell/resources-prefetchw.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/BtVer2/resources-prefetchw.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/Generic/resources-prefetchw.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/SLM/resources-prefetchw.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/SkylakeClient/resources-prefetchw.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/SkylakeServer/resources-prefetchw.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/Znver1/resources-prefetchw.s [new file with mode: 0644]