This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 321d298022f [X86] combineFMADDSUB - Convert to use isNegatibleForFree/G [...] new e23f294f3f1 Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to re [...] new 41cbab9334f Fix OCaml/core.ml fneg check (try 2) new 4c0c0f3730b [X86] combineFMA - Convert to use isNegatibleForFree/GetNeg [...] new ca27d0e98ad Revert "Fix OCaml/core.ml fneg check"
The 4 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/IRBuilder.h | 6 +- lib/Target/X86/X86ISelLowering.cpp | 91 ++++++++++++++++-- test/Bindings/OCaml/core.ml | 2 +- test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.ll | 104 ++++++++++---------- test/CodeGen/AMDGPU/divrem24-assume.ll | 2 +- test/CodeGen/X86/recip-fastmath.ll | 16 ++-- test/CodeGen/X86/recip-fastmath2.ll | 112 +++++++++++----------- test/Transforms/InstCombine/cos-1.ll | 20 ++-- test/Transforms/InstCombine/fast-math.ll | 2 +- test/Transforms/InstCombine/fmul.ll | 8 +- test/Transforms/InstCombine/select-crash.ll | 4 +- unittests/IR/InstructionsTest.cpp | 15 --- 12 files changed, 223 insertions(+), 159 deletions(-)