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

[X86] Remove 128/256-bit masked pmaddubsw and pmaddwd intrinsics. Replace...

[X86] Remove 128/256-bit masked pmaddubsw and pmaddwd intrinsics. Replace 512-bit masked intrinsic with unmasked intrinsic and a select.

The 128/256-bit versions were no longer used by clang. It uses the legacy SSE/AVX2 version and a select. The 512-bit was changed to the same for consistency.

llvm-svn: 329774
parent 20c8bcae
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