This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 861d9546fc5 [DWARF][NFC] Overload AsmPrinter::emitDwarfStringOffsets() [...] new 3b174d7fb0c [X86] Optimize v2i32/v2f32 scatters. new a4c68ceeeb6 [InstCombine] Missed optimization in math expression: sin(x [...]
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: include/llvm/Transforms/Utils/BuildLibCalls.h | 7 ++ lib/Target/X86/X86ISelLowering.cpp | 74 +++++++++----- lib/Target/X86/X86InstrAVX512.td | 14 +-- .../InstCombine/InstCombineMulDivRem.cpp | 35 +++++++ lib/Transforms/Utils/BuildLibCalls.cpp | 13 +++ lib/Transforms/Utils/SimplifyLibCalls.cpp | 15 --- test/CodeGen/X86/masked_gather_scatter.ll | 39 +++---- test/Transforms/InstCombine/fdiv-cos-sin.ll | 113 +++++++++++++++++++++ test/Transforms/InstCombine/fdiv-sin-cos.ll | 108 ++++++++++++++++++++ 9 files changed, 348 insertions(+), 70 deletions(-) create mode 100644 test/Transforms/InstCombine/fdiv-cos-sin.ll create mode 100644 test/Transforms/InstCombine/fdiv-sin-cos.ll