On Tue, Aug 10, 2010 at 12:03 PM, John Thompson <[email protected]> wrote: > Eli, > > So it seems you are saying that the back-end needs to fixed to choose the > multiple constraints in parallel before you will let the front end fix > through.
The issue is that fixing the front-end properly requires messing with the syntax for the backend... there currently isn't any way to properly express multi-alternative constraints. > Here's a revised patch that cuts off the constraint at the first comma, done > in SimplifyConstraint. I'll look into the back end fix, bouncing it first > off the llvm list as you mentioned previously. > > May I check this in? Looks fine. -Eli _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
