[PATCH] D73985: [bpf] zero extension is required in BPF implementaiton so remove <<=32 >>=32

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 19:08:08 PST 2020


tstellar added a comment.

In D73985#1858559 <https://reviews.llvm.org/D73985#1858559>, @jrfastab wrote:

> We can't commit this IMO until we resolve selftests in kernel side verifier, this introduces some failures. At the moment this is causing some new failures in existing test code.


What  kind of version compatibility is there between the kernel verifier and LLVM/clang?  Does the latest kernel RC only work with LLVM git?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73985/new/

https://reviews.llvm.org/D73985





More information about the llvm-commits mailing list