Re: RFA: Use target-insns.def for casesi and tablejump

2015-07-01 Thread Jeff Law
On 06/30/2015 02:58 PM, Richard Sandiford wrote: This patch uses target-insns.def to define casesi and tablejump. It's the first point in the series at which we need access to the instruction code, so the patch adds that to targetm as well. Bootstrapped & regression-tested on x86_64-linux-gnu an

RFA: Use target-insns.def for casesi and tablejump

2015-06-30 Thread Richard Sandiford
This patch uses target-insns.def to define casesi and tablejump. It's the first point in the series at which we need access to the instruction code, so the patch adds that to targetm as well. Bootstrapped & regression-tested on x86_64-linux-gnu and aarch64-linux-gnu. Also tested via config-list.mk