This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7e35c221fbd [InstSimplify] add tests for minnum/maxnum with shared op; NFC new 5ab217ce421 [InstSimplify] move minnum/maxnum with common op fold from [...] new ee2e6d806cf [X86] MCA tests for XCHG*, XADD* and CMPXCHG* instructions [...]
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/Analysis/InstructionSimplify.cpp | 11 +++ lib/Transforms/InstCombine/InstCombineCalls.cpp | 30 ------- test/Transforms/InstCombine/maxnum.ll | 42 ---------- test/Transforms/InstCombine/minnum.ll | 42 ---------- .../InstSimplify/floating-point-arithmetic.ll | 76 +++++++++++++---- test/tools/llvm-mca/X86/Atom/resources-x86_64.s | 95 +++++++++++++++++++++- .../llvm-mca/X86/Broadwell/resources-x86_64.s | 95 +++++++++++++++++++++- test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 95 +++++++++++++++++++++- test/tools/llvm-mca/X86/Generic/resources-x86_64.s | 95 +++++++++++++++++++++- test/tools/llvm-mca/X86/Haswell/resources-x86_64.s | 95 +++++++++++++++++++++- test/tools/llvm-mca/X86/SLM/resources-x86_64.s | 95 +++++++++++++++++++++- .../llvm-mca/X86/SandyBridge/resources-x86_64.s | 95 +++++++++++++++++++++- .../llvm-mca/X86/SkylakeClient/resources-x86_64.s | 95 +++++++++++++++++++++- .../llvm-mca/X86/SkylakeServer/resources-x86_64.s | 95 +++++++++++++++++++++- test/tools/llvm-mca/X86/Znver1/resources-x86_64.s | 95 +++++++++++++++++++++- 15 files changed, 1011 insertions(+), 140 deletions(-)