[all-commits] [llvm/llvm-project] 50f5ce: [BPF] Implement mod operation
Jim Lin via All-commits
all-commits at lists.llvm.org
Wed May 11 19:56:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50f5cef39140e038486d6a8640cc7306fb924b06
https://github.com/llvm/llvm-project/commit/50f5cef39140e038486d6a8640cc7306fb924b06
Author: Jim Lin <jim at andestech.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M llvm/lib/Target/BPF/BPFISelLowering.cpp
M llvm/lib/Target/BPF/BPFInstrFormats.td
M llvm/lib/Target/BPF/BPFInstrInfo.td
M llvm/test/CodeGen/BPF/32-bit-subreg-alu.ll
M llvm/test/MC/BPF/insn-unit.s
Log Message:
-----------
[BPF] Implement mod operation
Implement BPF_MOD instruction to fix lack of assembly parser support mentioned in https://github.com/llvm/llvm-project/issues/55192.
Reviewed By: ast
Differential Revision: https://reviews.llvm.org/D125207
More information about the All-commits
mailing list