This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 112183e6420 [lit] Create Run object later and only when it is needed new e122082aec0 [Modules Build] Add missing dependency. new 17f93c96ec6 [InstCombine] fold a shifted bool zext to a select new 21a0296b2db [update_mir_test_checks] Handle MI flags properly
The 3 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/DebugInfo/DWARF/CMakeLists.txt | 3 + lib/Transforms/InstCombine/InstCombineShifts.cpp | 6 ++ .../AArch64/GlobalISel/legalize-dyn-alloca.mir | 12 ++-- .../AArch64/GlobalISel/prelegalizercombiner-br.mir | 10 ++-- test/CodeGen/AArch64/GlobalISel/regbank-fma.mir | 8 +-- .../AArch64/GlobalISel/select-jump-table-brjt.mir | 10 ++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir | 18 +++--- test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir | 24 ++++---- .../AMDGPU/GlobalISel/legalize-fcopysign.mir | 36 ++++++------ test/CodeGen/AMDGPU/GlobalISel/legalize-fcos.mir | 22 ++++---- .../CodeGen/AMDGPU/GlobalISel/legalize-fmaxnum.mir | 66 +++++++++++----------- .../CodeGen/AMDGPU/GlobalISel/legalize-fminnum.mir | 66 +++++++++++----------- test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir | 18 +++--- test/CodeGen/AMDGPU/GlobalISel/legalize-fpext.mir | 12 ++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fsin.mir | 22 ++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir | 30 +++++----- .../legalize-intrinsic-amdgcn-fdiv-fast.mir | 16 +++--- .../Mips/GlobalISel/legalizer/dyn_stackalloc.mir | 4 +- test/Transforms/InstCombine/and.ll | 3 +- test/Transforms/InstCombine/shift.ll | 9 +-- utils/update_mir_test_checks.py | 7 ++- 21 files changed, 205 insertions(+), 197 deletions(-)