diff options
author | yonghong-song <ys114321@gmail.com> | 2024-02-12 20:08:01 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 20:08:01 -0800 |
commit | c43ad6c0fddac0bbed5e881801dd2bc2f9eeba2d (patch) | |
tree | 3c70bc581da3f9786f932fd8cd16409ebd1e653a /clang/unittests/Format/ConfigParseTest.cpp | |
parent | 4af24d4ab76539706bfbceec4b3923426fb1b9e7 (diff) | |
download | llvm-c43ad6c0fddac0bbed5e881801dd2bc2f9eeba2d.zip llvm-c43ad6c0fddac0bbed5e881801dd2bc2f9eeba2d.tar.gz llvm-c43ad6c0fddac0bbed5e881801dd2bc2f9eeba2d.tar.bz2 |
BPF: Change callx insn encoding (#81546)
Currently, the kernel verifier unsupported callx insn used the 32-bit
imm field to store the target register. On the other hand, gcc used the
dst_reg field to store the target register. The gcc encoding is better.
This patch adjusted the coding to be the same as gcc.
Signed-off-by: Yonghong Song <yonghong.song@linux.dev>
Diffstat (limited to 'clang/unittests/Format/ConfigParseTest.cpp')
0 files changed, 0 insertions, 0 deletions