This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 63830bc [ELF] Convert ELF.h to Expected<T>. new 614df99 [X86] Remove the scalar intrinsics for fadd/fsub/fdiv/fmul
The 1 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: include/llvm/IR/IntrinsicsX86.td | 24 ----- lib/IR/AutoUpgrade.cpp | 44 +++++++++ lib/Target/X86/X86InstrSSE.td | 56 +++++++----- lib/Transforms/InstCombine/InstCombineCalls.cpp | 8 -- .../InstCombine/InstCombineSimplifyDemanded.cpp | 64 ------------- test/CodeGen/X86/avx-intrinsics-x86.ll | 96 +------------------- test/CodeGen/X86/sse-intrinsics-x86-upgrade.ll | 101 ++++++++++++++++++++- test/CodeGen/X86/sse-intrinsics-x86.ll | 64 ------------- test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 101 +++++++++++++++++++++ test/CodeGen/X86/sse2-intrinsics-x86.ll | 65 ------------- test/CodeGen/X86/vec_ss_load_fold.ll | 53 +++++++---- test/Transforms/InstCombine/x86-sse.ll | 48 ---------- test/Transforms/InstCombine/x86-sse2.ll | 40 -------- 13 files changed, 314 insertions(+), 450 deletions(-)