This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 08b4b50725a [llvm-mca][x86] Add PCLMUL instruction resource tests new 4619b05f78c [llvm-mca][x86] Add PREFETCHW instruction resource tests new dc21a6f3288 [NFC][FunctionAttrs] Remove duplication in old/new PM pipeline
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Transforms/IPO/FunctionAttrs.cpp | 62 ++++++++++------------ .../llvm-mca/X86/Broadwell/resources-prefetchw.s | 38 +++++++++++++ .../llvm-mca/X86/BtVer2/resources-prefetchw.s | 42 +++++++++++++++ .../llvm-mca/X86/Generic/resources-prefetchw.s | 36 +++++++++++++ test/tools/llvm-mca/X86/SLM/resources-prefetchw.s | 36 +++++++++++++ .../X86/SkylakeClient/resources-prefetchw.s | 38 +++++++++++++ .../X86/SkylakeServer/resources-prefetchw.s | 38 +++++++++++++ .../llvm-mca/X86/Znver1/resources-prefetchw.s | 40 ++++++++++++++ 8 files changed, 297 insertions(+), 33 deletions(-) create mode 100644 test/tools/llvm-mca/X86/Broadwell/resources-prefetchw.s create mode 100644 test/tools/llvm-mca/X86/BtVer2/resources-prefetchw.s create mode 100644 test/tools/llvm-mca/X86/Generic/resources-prefetchw.s create mode 100644 test/tools/llvm-mca/X86/SLM/resources-prefetchw.s create mode 100644 test/tools/llvm-mca/X86/SkylakeClient/resources-prefetchw.s create mode 100644 test/tools/llvm-mca/X86/SkylakeServer/resources-prefetchw.s create mode 100644 test/tools/llvm-mca/X86/Znver1/resources-prefetchw.s