On Tue, Aug 15, 2017 at 2:37 PM, Martin Liška <mli...@suse.cz> wrote: > On 08/14/2017 10:32 AM, Richard Biener wrote: >> Hmm, but the existing "lowering" part is called from the >> switch-conversion pass. So >> I'm not sure a new file is good. > > Good, I'm not against having that in a single file. So new version of the > patch > does that. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready to be installed?
Hmm, I see you duplicate add_case_node for example. Is that just temporary? If not can you please factor out the data structure and common code? (case.[Ch]?) Thanks, Richard. > Martin