This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1c525263189 Disable llvm/test/Transforms/NewGVN/pr32934.ll while Davide [...] new 74e8801b8b0 InstCombine: Move tests that use target intrinsics into sub [...]
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: .../{ => AArch64}/2012-04-23-Neon-Intrinsics.ll | 68 +--------- .../InstCombine}/AArch64/lit.local.cfg | 0 .../InstCombine/{ => AMDGPU}/amdgcn-intrinsics.ll | 0 .../InstCombine}/AMDGPU/lit.local.cfg | 0 .../InstCombine/ARM/2012-04-23-Neon-Intrinsics.ll | 65 ++++++++++ .../InstCombine/{ => ARM}/constant-fold-hang.ll | 0 .../InstCombine}/ARM/lit.local.cfg | 0 .../InstCombine/{ => ARM}/neon-intrinsics.ll | 0 .../InstCombine/{ => PowerPC}/aligned-altivec.ll | 0 .../InstCombine/{ => PowerPC}/aligned-qpx.ll | 0 .../InstCombine}/PowerPC/lit.local.cfg | 0 .../InstCombine/{ => PowerPC}/vsx-unaligned.ll | 0 .../InstCombine/{ => X86}/X86FsubCmpCombine.ll | 0 test/Transforms/InstCombine/{ => X86}/blend_x86.ll | 0 .../InstCombine}/X86/lit.local.cfg | 0 test/Transforms/InstCombine/{ => X86}/pr2645-1.ll | 0 .../InstCombine/{ => X86}/shufflemask-undef.ll | 3 +- test/Transforms/InstCombine/{ => X86}/x86-avx2.ll | 0 .../Transforms/InstCombine/{ => X86}/x86-avx512.ll | 0 .../InstCombine/{ => X86}/x86-crc32-demanded.ll | 0 test/Transforms/InstCombine/{ => X86}/x86-f16c.ll | 0 test/Transforms/InstCombine/{ => X86}/x86-fma.ll | 0 .../InstCombine/{ => X86}/x86-insertps.ll | 0 .../InstCombine/{ => X86}/x86-masked-memops.ll | 0 .../Transforms/InstCombine/{ => X86}/x86-movmsk.ll | 0 test/Transforms/InstCombine/{ => X86}/x86-muldq.ll | 0 test/Transforms/InstCombine/{ => X86}/x86-pack.ll | 0 .../Transforms/InstCombine/{ => X86}/x86-pshufb.ll | 0 test/Transforms/InstCombine/{ => X86}/x86-sse.ll | 0 test/Transforms/InstCombine/{ => X86}/x86-sse2.ll | 0 test/Transforms/InstCombine/{ => X86}/x86-sse41.ll | 0 test/Transforms/InstCombine/{ => X86}/x86-sse4a.ll | 0 .../x86-vec_demanded_elts.ll} | 141 --------------------- .../InstCombine/{ => X86}/x86-vector-shifts.ll | 0 .../Transforms/InstCombine/{ => X86}/x86-vperm2.ll | 0 .../InstCombine/{ => X86}/x86-vpermil.ll | 0 test/Transforms/InstCombine/{ => X86}/x86-xop.ll | 0 test/Transforms/InstCombine/vec_demanded_elts.ll | 108 ---------------- 38 files changed, 69 insertions(+), 316 deletions(-) rename test/Transforms/InstCombine/{ => AArch64}/2012-04-23-Neon-Intrinsics.ll (51%) copy test/{Analysis/CostModel => Transforms/InstCombine}/AArch64/lit.local.cfg (100%) rename test/Transforms/InstCombine/{ => AMDGPU}/amdgcn-intrinsics.ll (100%) copy test/{Analysis/CostModel => Transforms/InstCombine}/AMDGPU/lit.local.cfg (100%) create mode 100644 test/Transforms/InstCombine/ARM/2012-04-23-Neon-Intrinsics.ll rename test/Transforms/InstCombine/{ => ARM}/constant-fold-hang.ll (100%) copy test/{CodeGen/MIR => Transforms/InstCombine}/ARM/lit.local.cfg (100%) rename test/Transforms/InstCombine/{ => ARM}/neon-intrinsics.ll (100%) rename test/Transforms/InstCombine/{ => PowerPC}/aligned-altivec.ll (100%) rename test/Transforms/InstCombine/{ => PowerPC}/aligned-qpx.ll (100%) copy test/{Analysis/CostModel => Transforms/InstCombine}/PowerPC/lit.local.cfg (100%) rename test/Transforms/InstCombine/{ => PowerPC}/vsx-unaligned.ll (100%) rename test/Transforms/InstCombine/{ => X86}/X86FsubCmpCombine.ll (100%) rename test/Transforms/InstCombine/{ => X86}/blend_x86.ll (100%) copy test/{CodeGen/MIR => Transforms/InstCombine}/X86/lit.local.cfg (100%) rename test/Transforms/InstCombine/{ => X86}/pr2645-1.ll (100%) rename test/Transforms/InstCombine/{ => X86}/shufflemask-undef.ll (99%) rename test/Transforms/InstCombine/{ => X86}/x86-avx2.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-avx512.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-crc32-demanded.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-f16c.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-fma.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-insertps.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-masked-memops.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-movmsk.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-muldq.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-pack.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-pshufb.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-sse.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-sse2.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-sse41.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-sse4a.ll (100%) copy test/Transforms/InstCombine/{vec_demanded_elts.ll => X86/x86-vec_demanded_elt [...] rename test/Transforms/InstCombine/{ => X86}/x86-vector-shifts.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-vperm2.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-vpermil.ll (100%) rename test/Transforms/InstCombine/{ => X86}/x86-xop.ll (100%)