Re: [Committed] Add constraints to new andn_doubleword_bmi pattern in i386.md.

2022-07-01 Thread Uros Bizjak via Gcc-patches
On Fri, Jul 1, 2022 at 12:17 PM Roger Sayle wrote: > > > Many thanks to Uros for spotting that I'd forgotten to add constraints > to the new define_insn_and_split *andn_doubleword_bmi when moving it > from pre-reload to post-reload. I've pushed this obvious fix after a > make bootstrap on x86_64-

[Committed] Add constraints to new andn_doubleword_bmi pattern in i386.md.

2022-07-01 Thread Roger Sayle
Many thanks to Uros for spotting that I'd forgotten to add constraints to the new define_insn_and_split *andn_doubleword_bmi when moving it from pre-reload to post-reload. I've pushed this obvious fix after a make bootstrap on x86_64-pc-linux-gnu. Sorry for the inconvenience to anyone building t