[llvm] [NewPM][BPF] Add `BPFCodeGenPassBuilder` (PR #94158)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 2 19:06:51 PDT 2024


paperchalice wrote:

> Just a nit picking.
> 
> Is this an adoption to refactored NewPM pass builder?
> 
> #89708

Yes, but how to extend the codegen pipeline is still controversial. It seems that using callback functions is better than polymorphic member function.

https://github.com/llvm/llvm-project/pull/94158


More information about the llvm-commits mailing list