[llvm-mca][X86] Add shift/rotate resource tests to all relevant models
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 28 Apr 2018 14:56:18 +0000 (14:56 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 28 Apr 2018 14:56:18 +0000 (14:56 +0000)
commit4d0187c8930e0bfc193cee85c53bf0bfacd0ede7
tree2a984fd6e2a9961df66fa7c25df857546dee7886
parent9f561dd54a01ad699390a1071daa21eca6cc6edf
[llvm-mca][X86] Add shift/rotate resource tests to all relevant models

I intend to add further instruction tests to the resources-x86_64.s test file as required, but this initial commit is to help remove a load of unnecessary InstRW overrides in a future patch

llvm-svn: 331108
llvm/test/tools/llvm-mca/X86/Broadwell/resources-x86_64.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/Haswell/resources-x86_64.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/SLM/resources-x86_64.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/SandyBridge/resources-x86_64.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/SkylakeClient/resources-x86_64.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/SkylakeServer/resources-x86_64.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/X86/Znver1/resources-x86_64.s [new file with mode: 0644]