This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d8c89437902 X86: Do not optimize branches with undef eflags inputs new 152aae5d0d5 [Intrinsic] Unigned Saturation Addition Intrinsic new c06413bb743 [X86] Remove unused entries from the X86ProcFamily enum. Ad [...]
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/CodeGen/ISDOpcodes.h | 8 +- include/llvm/CodeGen/TargetLowering.h | 7 +- include/llvm/IR/Intrinsics.td | 3 + include/llvm/Target/TargetSelectionDAG.td | 1 + lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 8 +- lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 27 ++-- lib/CodeGen/SelectionDAG/LegalizeTypes.h | 4 +- lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 1 + lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 2 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 6 + lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 + lib/CodeGen/SelectionDAG/TargetLowering.cpp | 49 ++++--- lib/CodeGen/TargetLoweringBase.cpp | 1 + lib/IR/Verifier.cpp | 13 +- lib/Target/X86/X86.td | 21 --- lib/Target/X86/X86Subtarget.h | 9 +- test/CodeGen/X86/uadd_sat.ll | 157 ++++++++++++++++++++++ 17 files changed, 240 insertions(+), 78 deletions(-) create mode 100644 test/CodeGen/X86/uadd_sat.ll