This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f4044c1e683 Use existing helper. NFC. new aade6b806c2 Revert r302938 "Add LiveRangeShrink pass to shrink live ran [...]
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/Passes.h | 4 - include/llvm/InitializePasses.h | 1 - lib/CodeGen/CMakeLists.txt | 1 - lib/CodeGen/CodeGen.cpp | 1 - lib/CodeGen/LiveRangeShrink.cpp | 211 ----- lib/Target/X86/X86TargetMachine.cpp | 1 - test/CodeGen/NVPTX/vec8.ll | 2 +- test/CodeGen/SPARC/LeonItinerariesUT.ll | 2 +- test/CodeGen/X86/2007-01-08-InstrSched.ll | 4 +- test/CodeGen/X86/avg.ll | 833 +++++++++---------- test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 52 +- test/CodeGen/X86/avx.ll | 2 +- test/CodeGen/X86/avx512-cmp-kor-sequence.ll | 6 +- test/CodeGen/X86/avx512-gather-scatter-intrin.ll | 10 +- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 44 +- test/CodeGen/X86/avx512-intrinsics.ll | 215 +++-- test/CodeGen/X86/avx512-mask-spills.ll | 40 +- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 12 +- test/CodeGen/X86/avx512bw-intrinsics.ll | 16 +- test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 24 +- test/CodeGen/X86/avx512cdvl-intrinsics-upgrade.ll | 2 +- test/CodeGen/X86/avx512cdvl-intrinsics.ll | 2 +- test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 2 +- test/CodeGen/X86/avx512dq-intrinsics.ll | 4 +- test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 10 +- test/CodeGen/X86/avx512dqvl-intrinsics.ll | 4 +- test/CodeGen/X86/avx512ifma-intrinsics.ll | 8 +- test/CodeGen/X86/avx512ifmavl-intrinsics.ll | 16 +- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 64 +- test/CodeGen/X86/avx512vl-intrinsics.ll | 28 +- test/CodeGen/X86/bswap_tree2.ll | 35 +- test/CodeGen/X86/fold-tied-op.ll | 7 +- test/CodeGen/X86/fp128-i128.ll | 2 +- test/CodeGen/X86/haddsub-2.ll | 12 +- test/CodeGen/X86/lrshrink.ll | 57 -- test/CodeGen/X86/madd.ll | 34 +- test/CodeGen/X86/merge-consecutive-loads-128.ll | 16 +- test/CodeGen/X86/misched-matrix.ll | 4 +- test/CodeGen/X86/oddshuffles.ll | 34 +- test/CodeGen/X86/pmul.ll | 55 +- test/CodeGen/X86/pr29112.ll | 8 +- test/CodeGen/X86/pr31088.ll | 2 +- test/CodeGen/X86/rotate.ll | 16 +- test/CodeGen/X86/sad.ll | 929 +++++++++++----------- test/CodeGen/X86/select.ll | 28 +- test/CodeGen/X86/setcc-wide-types.ll | 56 +- test/CodeGen/X86/shrink_vmul_sse.ll | 2 +- test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 10 +- test/CodeGen/X86/sse1.ll | 8 +- test/CodeGen/X86/sse3-avx-addsub-2.ll | 14 +- test/CodeGen/X86/sse41.ll | 8 +- test/CodeGen/X86/vec_int_to_fp.ll | 84 +- test/CodeGen/X86/vector-bitreverse.ll | 6 +- test/CodeGen/X86/vector-blend.ll | 4 +- test/CodeGen/X86/vector-sqrt.ll | 8 +- test/CodeGen/X86/x86-interleaved-access.ll | 14 +- 56 files changed, 1409 insertions(+), 1665 deletions(-) delete mode 100644 lib/CodeGen/LiveRangeShrink.cpp delete mode 100644 test/CodeGen/X86/lrshrink.ll