Re: [PATCH][RTL-ifcvt] Reject insns that are multiple_sets

2015-11-27 Thread Bernd Schmidt
On 11/27/2015 10:45 AM, Kyrill Tkachov wrote: As discussed, I've added a check for multiple_sets to insn_valid_noce_process_p and replaced the modified_a and modified_b redundant definitions with checking asserts to catch cases if any unexpected multiple sets get through the net. Ok, thanks!

[PATCH][RTL-ifcvt] Reject insns that are multiple_sets

2015-11-27 Thread Kyrill Tkachov
Hi all, As discussed, I've added a check for multiple_sets to insn_valid_noce_process_p and replaced the modified_a and modified_b redundant definitions with checking asserts to catch cases if any unexpected multiple sets get through the net. Bootstrapped and tested on arm, aarch64, x86_64. As