This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 00cb8ab9267 [AMDGPU] fix tests to be independent of FP undef new 253ee8cecfe [InstSimplify] fp_binop X, undef --> NaN new 8da142da077 [X86][XOP] createVariablePermute - use VPPERM for v32i8 var [...] new 80f8cd5c841 [llvm-mca] Views are now independent from resource masks. NFCI
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/Analysis/InstructionSimplify.cpp | 27 ++-- lib/Target/X86/X86ISelLowering.cpp | 10 ++ test/CodeGen/X86/var-permute-256.ll | 245 +------------------------------ test/Transforms/InstCombine/fsub.ll | 20 --- test/Transforms/InstSimplify/fp-undef.ll | 52 +++---- tools/llvm-mca/Backend.h | 5 +- tools/llvm-mca/BackendStatistics.cpp | 3 +- tools/llvm-mca/ResourcePressureView.cpp | 7 +- tools/llvm-mca/ResourcePressureView.h | 7 +- tools/llvm-mca/Scheduler.cpp | 6 +- tools/llvm-mca/Scheduler.h | 19 ++- tools/llvm-mca/llvm-mca.cpp | 3 +- 12 files changed, 75 insertions(+), 329 deletions(-)