[all-commits] [llvm/llvm-project] a64287: [GISel] Support llvm.memcpy.inline

Jon Roelofs via All-commits all-commits at lists.llvm.org
Wed Jun 30 12:39:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a64287247633da36b58d65e4c5e248f2b4c6fe61
      https://github.com/llvm/llvm-project/commit/a64287247633da36b58d65e4c5e248f2b4c6fe61
  Author: Jon Roelofs <jonathan_roelofs at apple.com>
  Date:   2021-06-30 (Wed, 30 Jun 2021)

  Changed paths:
    M llvm/docs/GlobalISel/GenericOpcode.rst
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
    M llvm/include/llvm/Support/TargetOpcodes.def
    M llvm/include/llvm/Target/GenericOpcodes.td
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/CodeGen/MachineVerifier.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64O0PreLegalizerCombiner.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64PreLegalizerCombiner.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPreLegalizerCombiner.cpp
    M llvm/lib/Target/Mips/MipsPreLegalizerCombiner.cpp
    A llvm/test/CodeGen/AArch64/GlobalISel/inline-memcpy-forced.mir
    A llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-memcpy-inline.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
    A llvm/test/CodeGen/AMDGPU/GlobalISel/prelegalizer-combiner-memcpy-inline.mir
    A llvm/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/inline-memcpy.mir
    M llvm/test/MachineVerifier/test_g_bzero.mir
    M llvm/test/MachineVerifier/test_g_memcpy.mir
    A llvm/test/MachineVerifier/test_g_memcpy_inline.mir
    A llvm/test/MachineVerifier/test_g_memmove.mir

  Log Message:
  -----------
  [GISel] Support llvm.memcpy.inline

Differential revision: https://reviews.llvm.org/D105072




More information about the All-commits mailing list