This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4f319f2682c [MachineOutliner] Outline ADRPs new 703dd67544f [SelectionDAG][X86] Explicitly store the scale in the gathe [...]
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/SelectionDAGNodes.h | 5 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 14 +- lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 2 +- lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 22 +-- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 10 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 22 ++- lib/Target/X86/X86ISelDAGToDAG.cpp | 18 +-- lib/Target/X86/X86ISelLowering.cpp | 17 ++- lib/Target/X86/X86ISelLowering.h | 1 + test/CodeGen/X86/masked_gather_scatter.ll | 160 ++++++++++++++++++++++ 10 files changed, 229 insertions(+), 42 deletions(-)