[PATCH] D89083: [BPF] Make BPFAbstractMemberAccessPass required

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 22:24:55 PDT 2020


yonghong-song added a comment.

If I understand correctly, "isRequired()" means this pass has to run. In this regard, `BPFPreserveDIType` also need `isRequired()`.
Could you explain a little bit what if one pass does not have "isRequired()"? How PassManager deals with it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89083



More information about the llvm-commits mailing list