This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 217ed17252f [InstCombine] add multi-use variants for DeMorgan folds; NFC new 195d3fa9886 Generalize the specialized flag-carrying SDNodes by moving [...]
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: include/llvm/CodeGen/SelectionDAG.h | 15 +-- include/llvm/CodeGen/SelectionDAGNodes.h | 136 ++++++++++++----------- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 86 +++++++------- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 2 +- lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 6 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 82 +++++--------- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 20 ++-- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 23 ++-- lib/Target/AArch64/AArch64ISelLowering.cpp | 12 +- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 4 +- lib/Target/AMDGPU/AMDGPUISelLowering.h | 5 +- lib/Target/AMDGPU/SIISelLowering.cpp | 17 ++- lib/Target/PowerPC/PPCISelLowering.cpp | 10 +- lib/Target/X86/X86ISelLowering.cpp | 18 ++- 14 files changed, 203 insertions(+), 233 deletions(-)