[all-commits] [llvm/llvm-project] 2460bf: [BPF][GlobalISel] add initial gisel support for BP...
Yingchi Long via All-commits
all-commits at lists.llvm.org
Mon Dec 11 03:58:47 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2460bf2facd1c0208ecda68c427a256710246dbb
https://github.com/llvm/llvm-project/commit/2460bf2facd1c0208ecda68c427a256710246dbb
Author: Yingchi Long <i at lyc.dev>
Date: 2023-12-11 (Mon, 11 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 (#74999)
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