Re: [PATCH] Have TODO_verify_* not set by any pass

2025-05-31 Thread Richard Biener
On Sat, May 31, 2025 at 4:17 AM Andrew Pinski wrote: > > This is a follow up to the patch set starting at > https://gcc.gnu.org/pipermail/gcc-patches/2014-April/386650.html. > > Currently TODO_verify_{il,all} is set by a few passes as TODOs afterwards but > we don't need to do that any more. Thos

[PATCH] Have TODO_verify_* not set by any pass

2025-05-30 Thread Andrew Pinski
This is a follow up to the patch set starting at https://gcc.gnu.org/pipermail/gcc-patches/2014-April/386650.html. Currently TODO_verify_{il,all} is set by a few passes as TODOs afterwards but we don't need to do that any more. Those were mostly removed back in https://gcc.gnu.org/pipermail/gcc-p