[llvm] [NewPM][CodeGen] Add NPM support to llc (PR #69879)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 27 05:25:43 PDT 2023


paperchalice wrote:

Some questions:
- Should machine function pass inherits a dedicate mixin class like `MachinePassInfoMixin` other than `PassInfoMixin`?
- It is counterintuitive that machine function pass provides analysis key, should it use a dedicate class?

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


More information about the llvm-commits mailing list