This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a88dcdbff22 AMDGPU: Make exec mask optimzations more resistant to block splits new 60639d89eb6 [X86MacroFusion] Handle branch fusion (AMD CPUs). new 629c6da2016 [x86] avoid cmov in movmsk reduction
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/X86.td | 10 +- lib/Target/X86/X86ISelLowering.cpp | 40 +-- lib/Target/X86/X86MacroFusion.cpp | 151 ++++++---- lib/Target/X86/X86Subtarget.h | 4 + lib/Target/X86/X86TargetTransformInfo.cpp | 2 +- lib/Target/X86/X86TargetTransformInfo.h | 1 + test/CodeGen/X86/testb-je-fusion.ll | 69 +++-- test/CodeGen/X86/vector-compare-all_of.ll | 318 ++++++++++----------- test/CodeGen/X86/vector-compare-any_of.ll | 252 +++++++--------- .../LoopStrengthReduce/X86/macro-fuse-cmp.ll | 5 +- 10 files changed, 433 insertions(+), 419 deletions(-)