[llvm] [PassBuilder] Expose parametrized passes related functions (PR #85357)

via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 15 00:24:44 PDT 2024


paperchalice wrote:

> Can you add some example names? I'm not sure exactly what you're talking about

Example in AMDGPU, `AMDGPUAtomicOptimizerPass` need `ScanOption`, expose these functions to enable the syntax like `-passes=amdgpu-atomic-optimizer<strategy=dpp>`.

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


More information about the llvm-commits mailing list