This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 544ac6a0564 revert r311333: [LibCallSimplifier] try harder to fold memc [...] new 3ab3d94ff58 Revert 311208, 311209 new 51f04d9893a [X86] When selecting sse_load_f32/f64 pattern, make sure th [...] new 1952c98f8be [InstCombine] Fix a weakness in canEvaluateZExtd around 'an [...]
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/Target/X86/X86ISelDAGToDAG.cpp | 26 +++++- lib/Transforms/InstCombine/InstCombineCasts.cpp | 7 +- lib/Transforms/Scalar/JumpThreading.cpp | 113 +---------------------- test/CodeGen/X86/avx512-memfold.ll | 5 +- test/Transforms/InstCombine/cast.ll | 11 +-- test/Transforms/JumpThreading/threading_prof1.ll | 37 -------- test/Transforms/JumpThreading/threading_prof2.ll | 42 --------- 7 files changed, 36 insertions(+), 205 deletions(-) delete mode 100644 test/Transforms/JumpThreading/threading_prof1.ll delete mode 100644 test/Transforms/JumpThreading/threading_prof2.ll