[all-commits] [llvm/llvm-project] 6bac41: [RISCV][GISEL] Legalize G_INSERT_SUBVECTOR (#108859)

Michael Maitland via All-commits all-commits at lists.llvm.org
Mon Oct 21 05:49:35 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6bac41496eb24c80aa659008d08220355a617c49
      https://github.com/llvm/llvm-project/commit/6bac41496eb24c80aa659008d08220355a617c49
  Author: Michael Maitland <michaeltmaitland at gmail.com>
  Date:   2024-10-21 (Mon, 21 Oct 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
    M llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.h
    M llvm/lib/Target/RISCV/RISCVInstrGISel.td
    A llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rvv/legalize-insert-subvector.mir

  Log Message:
  -----------
  [RISCV][GISEL] Legalize  G_INSERT_SUBVECTOR (#108859)

This code is heavily based on the SelectionDAG lowerINSERT_SUBVECTOR
code.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list