This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 69d3b581069 [PDB] Emit old fpo data to the PDB file. new 45989987d87 Guard FMF context by excluding some FP operators from FPMat [...] new 75346f6c67c [InstCombine] add tests for unsigned add overflow; NFC
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/IR/Operator.h | 31 ++++--- test/CodeGen/X86/intersect-fma-fmf.ll | 3 +- test/Transforms/InstCombine/uaddo.ll | 153 ++++++++++++++++++++++++++++++++++ 3 files changed, 173 insertions(+), 14 deletions(-) create mode 100644 test/Transforms/InstCombine/uaddo.ll