[llvm] [AMDGPU][NewPM] Port AMDGPUOpenCLEnqueuedBlockLowering to NPM (PR #122434)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 04:56:22 PST 2025
arsenm wrote:
> Since this is an IR pass, it could be tested as a standalone pass with opt - but it cannot be since the generic PassBuilder does not know about it in opt.
It can be tested, we already test many backend IR passes this way
https://github.com/llvm/llvm-project/pull/122434
More information about the llvm-commits
mailing list