This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 901b4d6ba1d [X86] combineAddOrSubToADCOrSBB/combineCarryThroughADD - us [...] new 9e7dd29d66e [ValueTracking] Look through casts when determining non-nullness new 3c7fa48d5ca AMDGPU/GlobalISel: Widen small uaddo/usubo new d50257b91f3 AMDGPU/GlobalISel: Legalize more bit ops new cf686738052 [GlobalISel][IRTranslator] Fix crash on translation of fneg.
The 4 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: lib/Analysis/ValueTracking.cpp | 22 +++ lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 +- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 3 + lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 14 +- .../AArch64/GlobalISel/arm64-irtranslator.ll | 10 ++ test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir | 197 ++++++++++++++++++++- test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir | 197 ++++++++++++++++++++- test/CodeGen/AMDGPU/GlobalISel/legalize-uaddo.mir | 97 ++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-usubo.mir | 97 ++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir | 197 ++++++++++++++++++++- .../InstCombine/alloca-cast-debuginfo.ll | 2 +- .../callsite_nonnull_args_through_casts.ll | 99 +++++++++++ test/Transforms/InstCombine/objsize.ll | 2 +- test/Transforms/InstCombine/select.ll | 14 +- .../Transforms/LoopVectorize/X86/gather_scatter.ll | 12 +- .../LoopVectorize/X86/masked_load_store.ll | 114 ++++++------ .../MemCpyOpt/memcpy-to-memset-with-lifetimes.ll | 10 +- 17 files changed, 982 insertions(+), 107 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-uaddo.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-usubo.mir create mode 100644 test/Transforms/InstCombine/callsite_nonnull_args_through_casts.ll