This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 141f3969d78 [ValueTracking] Known bits support for unsigned saturating add/sub new a3fccdcc5d4 [TableGen][SelectionDAG][X86] Add specific isel matchers fo [...]
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/SelectionDAGISel.h | 2 + include/llvm/Target/TargetSelectionDAG.td | 10 +-- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 6 ++ lib/Target/SystemZ/SystemZOperators.td | 20 +++--- lib/Target/X86/X86InstrAVX512.td | 88 +++++++++++++-------------- lib/Target/X86/X86InstrSSE.td | 2 +- lib/Target/X86/X86InstrVecCompiler.td | 2 +- utils/TableGen/CodeGenDAGPatterns.cpp | 16 ++++- utils/TableGen/DAGISelMatcher.cpp | 10 +++ utils/TableGen/DAGISelMatcher.h | 34 +++++++++++ utils/TableGen/DAGISelMatcherEmitter.cpp | 10 +++ utils/TableGen/DAGISelMatcherGen.cpp | 5 ++ 12 files changed, 137 insertions(+), 68 deletions(-)