[PATCH] D72787: [BPF] Adjust optimizations to generate kernel verifier friendly codes
Yonghong Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 15 10:12:56 PST 2020
yonghong-song added a comment.
The current kernel did not handle signed compare well for 32bit registers. I will need to make that change first in order to make this llvm change effective.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72787/new/
https://reviews.llvm.org/D72787
More information about the llvm-commits
mailing list