Skip to content
Commit c8e2d91a authored by Craig Topper's avatar Craig Topper
Browse files

Simplify code that tries to do vector extracts for shuffles when the mask...

Simplify code that tries to do vector extracts for shuffles when the mask width and the input vector widths don't match. No need to check the min and max are in range before calculating the start index. The range check after having the start index is sufficient. Also no need to check for an extract from the beginning differently.

llvm-svn: 154295
parent ede4a8aa
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