This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d5a3ed48801 [IndVars, RLEV] Support rewriting exit values in loops with [...] new 435a3757185 Migrate some more fadd and fsub cases away from UnsafeFPMat [...]
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 12 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +- test/CodeGen/AArch64/fadd-combines.ll | 25 +- .../AMDGPU/enable-no-signed-zeros-fp-math.ll | 26 +- test/CodeGen/AMDGPU/ffloor.f64.ll | 28 +-- test/CodeGen/AMDGPU/fneg-combines.ll | 7 +- test/CodeGen/PowerPC/fma-mutate.ll | 19 +- test/CodeGen/PowerPC/fmf-propagation.ll | 2 +- test/CodeGen/PowerPC/qpx-recipest.ll | 212 +++++++++------- test/CodeGen/PowerPC/recipest.ll | 277 ++++++++++++--------- test/CodeGen/X86/dagcombine-unsafe-math.ll | 7 +- test/CodeGen/X86/fmul-combines.ll | 54 ++-- test/CodeGen/X86/fp-fast.ll | 76 +++--- test/CodeGen/X86/fp-fold.ll | 242 +++++++++--------- 14 files changed, 534 insertions(+), 455 deletions(-)