[all-commits] [llvm/llvm-project] e247e6: [BPF] Add asm support for JSET insn (#73161)
yonghong-song via All-commits
all-commits at lists.llvm.org
Mon Nov 27 18:43:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e247e6ff272ce70003ca67f62be178f332f9de0f
https://github.com/llvm/llvm-project/commit/e247e6ff272ce70003ca67f62be178f332f9de0f
Author: yonghong-song <yhs at fb.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M llvm/lib/Target/BPF/BPFInstrFormats.td
M llvm/lib/Target/BPF/BPFInstrInfo.td
M llvm/test/MC/BPF/insn-unit-32.s
M llvm/test/MC/BPF/insn-unit.s
Log Message:
-----------
[BPF] Add asm support for JSET insn (#73161)
BPF upstream reported that JSET insn is not supported in inline asm
([1]). BPF_JSET insn is part of BPF ISA so let us add asm support for it
now.
[1]
https://lore.kernel.org/bpf/2e8a1584-a289-4b2e-800c-8b463e734bcb@linux.dev/
More information about the All-commits
mailing list