This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cd760708857 [CGP] Remove ModifiedDT from the makeBitReverse loop new d00a1ad97c5 [X86] Teach lowerV4I32Shuffle to only use broadcasts if the [...] new 789f148e881 [X86] Move scheduling tests for CMPXCHG to the correspondin [...]
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/Target/X86/X86ISelLowering.cpp | 20 ++++--- test/CodeGen/X86/avg.ll | 8 +-- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 16 +++-- test/CodeGen/X86/insertelement-shuffle.ll | 4 +- test/CodeGen/X86/shuffle-vs-trunc-512.ll | 6 +- test/CodeGen/X86/sse41.ll | 9 ++- test/CodeGen/X86/vector-reduce-add.ll | 70 +++++++--------------- test/CodeGen/X86/vector-shuffle-128-v4.ll | 35 ++++------- test/CodeGen/X86/vector-shuffle-128-v8.ll | 4 +- test/CodeGen/X86/vector-shuffle-512-v16.ll | 2 +- test/CodeGen/X86/vector-shuffle-combining.ll | 19 ++---- test/tools/llvm-mca/X86/Atom/resources-cmpxchg.s | 41 +------------ test/tools/llvm-mca/X86/Atom/resources-x86_64.s | 14 ++++- .../llvm-mca/X86/Barcelona/resources-cmpxchg.s | 41 +------------ .../llvm-mca/X86/Barcelona/resources-x86_64.s | 14 ++++- test/tools/llvm-mca/X86/BdVer2/resources-cmpxchg.s | 41 +------------ test/tools/llvm-mca/X86/BdVer2/resources-x86_64.s | 14 ++++- .../llvm-mca/X86/Broadwell/resources-cmpxchg.s | 41 +------------ .../llvm-mca/X86/Broadwell/resources-x86_64.s | 14 ++++- test/tools/llvm-mca/X86/BtVer2/resources-cmpxchg.s | 41 +------------ test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 14 ++++- .../tools/llvm-mca/X86/Generic/resources-cmpxchg.s | 41 +------------ test/tools/llvm-mca/X86/Generic/resources-x86_64.s | 14 ++++- .../tools/llvm-mca/X86/Haswell/resources-cmpxchg.s | 41 +------------ test/tools/llvm-mca/X86/Haswell/resources-x86_64.s | 14 ++++- test/tools/llvm-mca/X86/SLM/resources-cmpxchg.s | 41 +------------ test/tools/llvm-mca/X86/SLM/resources-x86_64.s | 14 ++++- .../llvm-mca/X86/SandyBridge/resources-cmpxchg.s | 41 +------------ .../llvm-mca/X86/SandyBridge/resources-x86_64.s | 14 ++++- .../llvm-mca/X86/SkylakeClient/resources-cmpxchg.s | 41 +------------ .../llvm-mca/X86/SkylakeClient/resources-x86_64.s | 14 ++++- .../llvm-mca/X86/SkylakeServer/resources-cmpxchg.s | 41 +------------ .../llvm-mca/X86/SkylakeServer/resources-x86_64.s | 14 ++++- test/tools/llvm-mca/X86/Znver1/resources-cmpxchg.s | 41 +------------ test/tools/llvm-mca/X86/Znver1/resources-x86_64.s | 14 ++++- 35 files changed, 241 insertions(+), 612 deletions(-)