This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0e7f42b6394 [AMDGPU] Early expansion of 32 bit udiv/urem new 4f08eb3e6db [llvm-mca][x86] Add 3dnow! resource tests new 8e2dac622af [llvm-mca][x86] Add FMA4 resource tests new 5ed53954fb6 Revert "[DAGCombiner] Ensure we use the correct CC result t [...]
The 3 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 11 +- test/CodeGen/Hexagon/sdiv-minsigned.ll | 14 - test/CodeGen/X86/combine-sdiv.ll | 25 +- test/tools/llvm-mca/X86/Generic/resources-3dnow.s | 208 +++++++++++++ test/tools/llvm-mca/X86/Generic/resources-fma4.s | 349 ++++++++++++++++++++++ 5 files changed, 568 insertions(+), 39 deletions(-) delete mode 100644 test/CodeGen/Hexagon/sdiv-minsigned.ll create mode 100644 test/tools/llvm-mca/X86/Generic/resources-3dnow.s create mode 100644 test/tools/llvm-mca/X86/Generic/resources-fma4.s