[all-commits] [llvm/llvm-project] 5549ed: [BPF][GlobalISel] add initial gisel support for BPF

Yingchi Long via All-commits all-commits at lists.llvm.org
Sun Dec 10 07:05:56 PST 2023


  Branch: refs/heads/users/inclyc/bpf-gisel
  Home:   https://github.com/llvm/llvm-project
  Commit: 5549edd4862b6242c41df44a40a23adfa245ddb1
      https://github.com/llvm/llvm-project/commit/5549edd4862b6242c41df44a40a23adfa245ddb1
  Author: Yingchi Long <i at lyc.dev>
  Date:   2023-12-10 (Sun, 10 Dec 2023)

  Changed paths:
    M llvm/lib/Target/BPF/BPF.h
    M llvm/lib/Target/BPF/BPF.td
    M llvm/lib/Target/BPF/BPFSubtarget.cpp
    M llvm/lib/Target/BPF/BPFSubtarget.h
    M llvm/lib/Target/BPF/BPFTargetMachine.cpp
    M llvm/lib/Target/BPF/CMakeLists.txt
    A llvm/lib/Target/BPF/GISel/BPFCallLowering.cpp
    A llvm/lib/Target/BPF/GISel/BPFCallLowering.h
    A llvm/lib/Target/BPF/GISel/BPFInstructionSelector.cpp
    A llvm/lib/Target/BPF/GISel/BPFLegalizerInfo.cpp
    A llvm/lib/Target/BPF/GISel/BPFLegalizerInfo.h
    A llvm/lib/Target/BPF/GISel/BPFRegisterBankInfo.cpp
    A llvm/lib/Target/BPF/GISel/BPFRegisterBankInfo.h
    A llvm/lib/Target/BPF/GISel/BPFRegisterBanks.td
    M llvm/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.h
    A llvm/test/CodeGen/BPF/GlobalISel/ir-translator-ret.ll

  Log Message:
  -----------
  [BPF][GlobalISel] add initial gisel support for BPF

This adds initial codegen support for BPF backend.

Only implemented ir-translator for "RET" (but not support isel).

Depends on: #74998




More information about the All-commits mailing list