Re: [PATCH 2/5] testsuite: Add scan-ltrans-rtl for use in dg-final [PR116140]

2024-08-15 Thread Richard Sandiford
Alex Coplan writes: > This extends the scan-ltrans-tree* helpers to create RTL variants. This > is needed to check the behaviour of an RTL pass under LTO. > > In particular it's used by a later patch in the series to check that > RTL unrolling is applied under LTO. > > Tested as a series on aarch

[PATCH 2/5] testsuite: Add scan-ltrans-rtl for use in dg-final [PR116140]

2024-08-09 Thread Alex Coplan
This extends the scan-ltrans-tree* helpers to create RTL variants. This is needed to check the behaviour of an RTL pass under LTO. In particular it's used by a later patch in the series to check that RTL unrolling is applied under LTO. Tested as a series on aarch64-linux-gnu, OK for trunk? gcc/