Re: [x86 PATCH] Double word logical operation clean-ups in i386.md.

2022-06-28 Thread Uros Bizjak via Gcc-patches
On Tue, Jun 28, 2022 at 1:34 PM Roger Sayle wrote: > > > Hi Uros, > As you've requested/suggested, here's a patch that tidies up and > unifies doubleword handling in i386.md; converting all doubleword > splitters for logic operations to post-reload form, generalizing > their define_insn_and_split

[x86 PATCH] Double word logical operation clean-ups in i386.md.

2022-06-28 Thread Roger Sayle
Hi Uros, As you've requested/suggested, here's a patch that tidies up and unifies doubleword handling in i386.md; converting all doubleword splitters for logic operations to post-reload form, generalizing their define_insn_and_split templates to form (supporting TARGET_64BIT ? TImode : DImode), a