[llvm] [AMDGPU] GCNRegPressure printing pass for testing. (PR #70031)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 27 03:05:17 PDT 2023


jayfoad wrote:

> P.S. If I understood correctly -print<...> syntax is only available with the new pass manager which isn't available for our target yet?

Yeah, it does not support MachineIR passes (for any target) yet.

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


More information about the llvm-commits mailing list