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

John Fastabend via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 18:58:47 PST 2020


jrfastab added a comment.

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.


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