Skip to content
Commit cf340bd9 authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[X86][SSE] When lowering a 256-bit shuffle as PMOVZX, reduce the input vector...

[X86][SSE] When lowering a 256-bit shuffle as PMOVZX, reduce the input vector to the lower 128-bit subvector.

Most often as not this is what it started out as, the extraction is zero-cost on AVX and the PMOVZX/PMOVSX folding logic is based around 128-bit loads.

llvm-svn: 270858
parent de37cfb5
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