On Wed, Aug 07, 2024 at 01:16:20PM +0200, Richard Biener wrote: > Well, merging the memory operand into the pshufb would be wrong - embedded > memory ops are always considered aligned, no?
Depends. For VEX/EVEX encoded can be unaligned, for the pre-AVX encoding aligned except when in explicitly unaligned instructions. Jakub