Re: [PATCH] middle-end/101530 - fix shufflevector lowering

2022-01-10 Thread Richard Biener via Gcc-patches
On Wed, 5 Jan 2022, Jeff Law wrote: > > > On 1/5/2022 7:17 AM, Richard Biener via Gcc-patches wrote: > > This makes __builtin_shufflevector lowering force the result > > of the BIT_FIELD_REF lowpart operation to a temporary as to > > fulfil the IL verifier constraint that BIT_FIELD_REFs should >

Re: [PATCH] middle-end/101530 - fix shufflevector lowering

2022-01-05 Thread Jeff Law via Gcc-patches
On 1/5/2022 7:17 AM, Richard Biener via Gcc-patches wrote: This makes __builtin_shufflevector lowering force the result of the BIT_FIELD_REF lowpart operation to a temporary as to fulfil the IL verifier constraint that BIT_FIELD_REFs should be always in outermost handled component position. T