[PATCH] D123845: [BPF] Enable IAS in backend
Yonghong Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 27 08:29:12 PDT 2022
yonghong-song added a comment.
The BPF doesn't really recommend to compile from the assembly code to the object code, so we should be fine here. But there is a test failure `test/CodeGen/BPF/inline_asm.ll`. Could you take a look?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123845/new/
https://reviews.llvm.org/D123845
More information about the llvm-commits
mailing list