This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fbd4142bd83 [SamplePGO] Minor efficiency improvement in samplePGO ICP new c4130de5479 [DAGCombiner] Discard pointer info when combining extract_v [...] new 4966488eeef GlobalISel: Consolidate load/store legalization
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/GlobalISel/LegalizerHelper.h | 2 +- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 117 +++------------------- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 +- test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 4 +- test/CodeGen/AMDGPU/GlobalISel/legalize-load.mir | 53 +++++----- test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir | 86 +++++++++++----- test/CodeGen/X86/GlobalISel/x86_64-fallback.ll | 2 +- test/CodeGen/X86/vecloadextract.ll | 44 ++++++++ 8 files changed, 153 insertions(+), 159 deletions(-) create mode 100755 test/CodeGen/X86/vecloadextract.ll