Skip to content
Commit 41069173 authored by Chad Rosier's avatar Chad Rosier
Browse files

[avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu to

vextractf128 with 128-bit mem dest.

Combines

	vextractf128 $0, %ymm0, %xmm0
	vmovaps %xmm0, (%rdi)

to

    vextractf128 $0, %ymm0, (%rdi)

rdar://11082570

llvm-svn: 153139
parent cd79a49f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment