Re: ASSERT_EXPR during SIMPLE_IPA_PASS and LTO

2022-03-01 Thread Richard Biener via Gcc
On Tue, Mar 1, 2022 at 3:37 PM Erick Ochoa via Gcc wrote: > > Hi, > > I am working on an analysis that is able to determine some static > information about a specific variable. At the moment, I would like to avoid > much of the transformation by taking advantage of other GCC's passes. So, I > can

ASSERT_EXPR during SIMPLE_IPA_PASS and LTO

2022-03-01 Thread Erick Ochoa via Gcc
Hi, I am working on an analysis that is able to determine some static information about a specific variable. At the moment, I would like to avoid much of the transformation by taking advantage of other GCC's passes. So, I can imagine something like, create an ASSERT_EXPR and let other passes chang