[avx] Adjust the VINSERTF128rm pattern to allow for unaligned loads.
This results in things such as vmovups 16(%rdi), %xmm0 vinsertf128 $1, %xmm0, %ymm0, %ymm0 to be combined to vinsertf128 $1, 16(%rdi), %ymm0, %ymm0 rdar://11076953 llvm-svn: 153092
Loading
Please register or sign in to comment