Skip to content
Commit 48b182c3 authored by Tanya Lattner's avatar Tanya Lattner
Browse files

In r131488 I misunderstood how VREV works. It splits the vector in half and...

In r131488 I misunderstood how VREV works. It splits the vector in half and splits each half. Therefore, the real problem was that we were using a VREV64 for a 4xi16, when we should have been using a VREV32.
Updated test case and reverted change to the PerfectShuffle Table.

llvm-svn: 131529
parent b900f04c
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