predicate aware uninitialized variable analysis

Andrew Pinski pinskia@gmail.com
Tue Oct 12 06:36:00 GMT 2010


On Wed, Apr 14, 2010 at 5:44 PM, Richard Guenther
<richard.guenther@gmail.com> wrote:
> Can you instead of returning a sbitmap from compute_uninit_opnds_pos
> use an unsigned int mask (with proper checks for PHIs with too many
> operands which you don't want to handle because of complexity
> reasons anyway)?

Looks the proper checks for PHIs with too many operands which you
don't want to handle was never done.  And the current proposal on the
table to fix that does not skip them but rather just truncates them.

Thanks,
Andrew Pinski



More information about the Gcc-patches mailing list