[llvm] [AMDGPU] Add live-through register set printing to GCNRegPressurePrinter pass. (PR #71096)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 3 11:11:46 PDT 2023


rampitec wrote:

> > I would add a number of registers for each type.
> 
> You mean like live-through pressure?

You already have columns for SGPR and VGPR, you could just add these number below live-through list.

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


More information about the llvm-commits mailing list