Re: [PATCH 2/3] Predication support

2011-11-15 Thread Andrey Belevantsev
Hello, On 26.10.2011 21:49, Alexander Monakov wrote: 2011-10-26 Alexander Monakovamona...@ispras.ru * common.opt: Add -fsel-sched-predication option. * config/ia64/ia64.c (get_mode_no_for_insn): Support conditional loads. * rtl.h (COND_SET_SRC_PTR, COND_SET_SRC_PTR):

Re: [PATCH 2/3] Predication support

2011-10-26 Thread Alexander Monakov
This patch contains the implementation of predication support. The selective scheduler is adjusted to recognize COND_EXEC instructions. They can be renamed like normal assignments. Selective scheduler itself will add predicated variants of instructions in availability sets when computing them