This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SSA usage question


    OK, but what's really important is that the computation needed to get
    'v' and 'x' must be explicitly expanded in the GIMPLE code.  

Sure, but that's what gimplify_expr will do, right?

    Even if it's simple enough to be trivially dead.  

It can't be dead.

But it can be constant.  Is it worth filling in these fields even in
the constant case?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]