Re: [PATCH 6/8] ipa: Introduce a one jump function dumping function

2024-11-05 Thread Richard Biener
On Tue, Nov 5, 2024 at 12:12 PM Martin Jambor wrote: > > Hi, > > the next patch in the series introduces a verifier that prints a > single jump function when it fails with the function introduced in > this one. Because it is a verifier, the risk that it would need to e > reverted are non-zero and

[PATCH 6/8] ipa: Introduce a one jump function dumping function

2024-11-05 Thread Martin Jambor
Hi, the next patch in the series introduces a verifier that prints a single jump function when it fails with the function introduced in this one. Because it is a verifier, the risk that it would need to e reverted are non-zero and because the function can be useful on its own, this is a special p