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] | |
On Tue, 2003-11-04 at 16:51, law@redhat.com wrote:
if (set != -1) goto lab1; else goto lab2;
lab1: set = 0; goto lab3; lab2: set = -1; lab3: [ ... ]
Which looks precisely like what we've got now.
Yes, but what I had in mind is to go out of SSA in DOM order. Andrew was thinking of doing some post-processing in the out-of-ssa pass. Maybe we could add this as well.
Andrew, does that sound too gross for the out-of-ssa pass?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |