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!
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