This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 80b5f5982af [InstCombine] Support sext in foldLogicCastConstant new 43b62b6cb88 [InstCombine] Remove explicit code for folding (xor(zext(cm [...] new 2600a677c98 Don't pass the code model to MC new 99dd11f7e8f [PM] Split LoopUnrollPass and make partial unroller a funct [...]
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: include/llvm/MC/MCObjectFileInfo.h | 7 +- include/llvm/Transforms/Scalar/LoopUnrollPass.h | 36 +++--- lib/MC/MCObjectFileInfo.cpp | 33 +++--- lib/Object/ModuleSymbolTable.cpp | 2 +- lib/Passes/PassBuilder.cpp | 4 +- lib/Passes/PassRegistry.def | 4 +- lib/Target/TargetLoweringObjectFile.cpp | 4 +- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 15 --- lib/Transforms/Scalar/LoopUnrollPass.cpp | 122 ++++++++++++++++----- .../RuntimeDyld/AArch64/MachO_ARM64_relocations.s | 2 +- .../Mips/ELF_Mips64r2N64_PIC_relocations.s | 4 +- .../RuntimeDyld/Mips/ELF_N32_relocations.s | 4 +- .../RuntimeDyld/Mips/ELF_N64R6_relocations.s | 4 +- .../RuntimeDyld/Mips/ELF_O32R6_relocations.s | 4 +- .../RuntimeDyld/Mips/ELF_O32_PIC_relocations.s | 4 +- .../X86/ELF_x86-64_PIC-small-relocations.s | 2 +- test/MC/ELF/cfi-large-model.s | 2 +- test/Other/new-pm-defaults.ll | 4 +- test/Other/new-pm-thinlto-defaults.ll | 4 +- test/Transforms/Inline/last-call-bonus.ll | 2 +- test/Transforms/Inline/last-call-no-bonus.ll | 2 +- test/Transforms/LoopUnroll/basic.ll | 2 +- .../LoopUnroll/full-unroll-heuristics.ll | 6 +- .../LoopUnroll/partial-unroll-const-bounds.ll | 2 +- test/Transforms/LoopUnroll/revisit.ll | 84 +++++++------- test/Transforms/LoopUnroll/runtime-loop.ll | 4 +- test/Transforms/LoopUnroll/runtime-loop1.ll | 4 +- test/Transforms/LoopUnroll/runtime-loop2.ll | 4 +- test/Transforms/LoopUnroll/runtime-loop3.ll | 2 +- test/Transforms/LoopUnroll/runtime-loop5.ll | 4 +- test/Transforms/LoopUnroll/unloop.ll | 2 +- .../LoopUnroll/update-loop-info-in-subloops.ll | 2 +- tools/dsymutil/DwarfLinker.cpp | 2 +- tools/llvm-dwp/llvm-dwp.cpp | 2 +- tools/llvm-mc/llvm-mc.cpp | 20 +--- tools/llvm-objdump/llvm-objdump.cpp | 2 +- unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 2 +- 37 files changed, 221 insertions(+), 188 deletions(-)