[PATCH] D107483: BPF: avoid NE/EQ loop exit condition

Andrii Nakryiko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 4 13:27:40 PDT 2021


anakryiko accepted this revision.
anakryiko added a comment.
This revision is now accepted and ready to land.

I've hit similar issue in the past and it's a very frustrating experience having to work around that. So thumbs up for preventing this!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107483



More information about the llvm-commits mailing list