This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1319ee0f424 [llvm-objdump][test] Improve testing of some switches #3 new a6ff3047e78 [MergeICmps] Make the pass compatible with the new pass manager. new 0ce276e3389 [llvm-objdump][test] Make test names consistent new 17cff5644ad [llvm-objdump][test] Make MachO test names consistent new 374b4f8d915 [RISCV][NFC] Add nounwind attribute to functions missing it [...]
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: include/llvm/InitializePasses.h | 2 +- include/llvm/LinkAllPasses.h | 2 +- include/llvm/Transforms/Scalar.h | 2 +- .../Scalar/MergeICmps.h} | 16 ++- lib/CodeGen/TargetPassConfig.cpp | 2 +- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Scalar/MergeICmps.cpp | 148 +++++++++++---------- lib/Transforms/Scalar/Scalar.cpp | 2 +- test/CodeGen/RISCV/addc-adde-sube-subc.ll | 4 +- test/CodeGen/RISCV/addcarry.ll | 2 +- test/CodeGen/RISCV/alu64.ll | 20 +-- test/CodeGen/RISCV/atomic-cmpxchg-flag.ll | 2 +- test/CodeGen/RISCV/bare-select.ll | 4 +- test/CodeGen/RISCV/branch-relaxation.ll | 4 +- test/CodeGen/RISCV/branch.ll | 2 +- test/CodeGen/RISCV/get-setcc-result-type.ll | 2 +- test/CodeGen/RISCV/hoist-global-addr-base.ll | 17 ++- test/CodeGen/RISCV/inline-asm.ll | 8 +- test/CodeGen/RISCV/jumptable.ll | 2 +- test/CodeGen/RISCV/legalize-fneg.ll | 6 +- test/CodeGen/RISCV/rotl-rotr.ll | 4 +- test/CodeGen/RISCV/rv64i-tricky-shifts.ll | 6 +- test/CodeGen/RISCV/select-cc.ll | 2 +- test/CodeGen/RISCV/sext-zext-trunc.ll | 60 ++++----- test/CodeGen/RISCV/tail-calls.ll | 18 +-- test/CodeGen/RISCV/zext-with-load-is-free.ll | 4 +- test/Transforms/MergeICmps/X86/pair-int32-int32.ll | 2 +- ...est => disassemble-functions-mangled-name.test} | 0 ...cific-funcs.test => disassemble-functions.test} | 0 ...bly-show-raw.test => disassemble-show-raw.test} | 0 .../{disasm-text.test => disassemble-text.test} | 0 ...ns.test => disassemble-zeroes-relocations.test} | 0 ...y-g-dsym.test => macho-disassemble-g-dsym.test} | 0 ...ndle.test => macho-disassemble-kextbundle.test} | 0 ...ripped.test => macho-disassemble-stripped.test} | 0 36 files changed, 177 insertions(+), 168 deletions(-) copy include/llvm/{CodeGen/ExpandReductions.h => Transforms/Scalar/MergeICmps.h} (60%) rename test/tools/llvm-objdump/X86/{disasm-specific-funcs-mangled-name.test => dis [...] rename test/tools/llvm-objdump/X86/{disasm-specific-funcs.test => disassemble-func [...] rename test/tools/llvm-objdump/X86/{disassembly-show-raw.test => disassemble-show- [...] rename test/tools/llvm-objdump/X86/{disasm-text.test => disassemble-text.test} (100%) rename test/tools/llvm-objdump/X86/{disasm-zeroes-relocations.test => disassemble- [...] rename test/tools/llvm-objdump/X86/{macho-disassembly-g-dsym.test => macho-disasse [...] rename test/tools/llvm-objdump/X86/{macho-disassembly-kextbundle.test => macho-dis [...] rename test/tools/llvm-objdump/X86/{macho-disassembly-stripped.test => macho-disas [...]