[PATCH] D102118: [BPF] add support for 32 bit registers in inline asm
Yonghong Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 15 09:25:22 PDT 2021
yonghong-song accepted this revision.
yonghong-song added a comment.
This revision is now accepted and ready to land.
LGTM except one minor issue. Please do address the nit before merging. Thanks!
================
Comment at: clang/test/CodeGen/bpf-inline-asm.c:5
+
+long var;
+
----------------
The `var` is not used and can be removed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102118/new/
https://reviews.llvm.org/D102118
More information about the cfe-commits
mailing list