[all-commits] [llvm/llvm-project] feb206: [BPF] support indirect branch (callx) in AsmParser
Yingchi Long via All-commits
all-commits at lists.llvm.org
Sun Dec 10 02:34:23 PST 2023
Branch: refs/heads/users/inclyc/bpf-callx-asm
Home: https://github.com/llvm/llvm-project
Commit: feb2060cc29a44a53fb4eca1271e59d4caf9ff3f
https://github.com/llvm/llvm-project/commit/feb2060cc29a44a53fb4eca1271e59d4caf9ff3f
Author: Yingchi Long <i at lyc.dev>
Date: 2023-12-10 (Sun, 10 Dec 2023)
Changed paths:
M llvm/lib/Target/BPF/AsmParser/BPFAsmParser.cpp
A llvm/test/MC/BPF/callx.s
Log Message:
-----------
[BPF] support indirect branch (callx) in AsmParser
Simply mark `callx` as a valid ID, so it can be recognized.
Previously this valid asm triggers an error:
# clang local/callx.s -target bpf
local/callx.s:8:2: error: invalid register/token name
callx r1
^
More information about the All-commits
mailing list