[llvm] [PassManager] Support MachineFunctionProperties (PR #83668)

via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 17 04:38:55 PDT 2024


paperchalice wrote:

Another approach to modify `MachineFunctionProperties`. Pass manager no longer cares about `MachineFunctionProperties`, properties requirements are still declarative, but pass need to define a new helper variable in `run`.

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


More information about the llvm-commits mailing list