Re: [PATCH 0/4] RFC: RTL frontend

2016-05-16 Thread Jeff Law
On 05/04/2016 02:49 PM, David Malcolm wrote: * The existing RTL code is structured around a single function being optimized, so, as a simplification, the RTL frontend can only handle one function per input file. Also, the dump format currently uses comments to separate functions:: ;;

Re: [PATCH 0/4] RFC: RTL frontend

2016-05-09 Thread Richard Biener
On Wed, May 4, 2016 at 10:49 PM, David Malcolm wrote: > This patch kit introduces an RTL frontend, for the purpose > of unit testing: primarly for unit testing of RTL passes, and > possibly for unit testing of .md files. > > It's very much a work-in-progress; I'm posting it now to get feedback. >

[PATCH 0/4] RFC: RTL frontend

2016-05-04 Thread David Malcolm
This patch kit introduces an RTL frontend, for the purpose of unit testing: primarly for unit testing of RTL passes, and possibly for unit testing of .md files. It's very much a work-in-progress; I'm posting it now to get feedback. I've successfully bootstrapped®rtested patches 1-3 of the kit on x