This patches removes the x86.sse41.pmovsx* intrinsics, provides a suitable upgrade path and updates relevant tests to sign extend a subvector instead.
LLVM counterpart to D12835
Paths
| Differential D13002
[X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IR ClosedPublic Authored by RKSimon on Sep 20 2015, 9:46 AM.
Details Summary This patches removes the x86.sse41.pmovsx* intrinsics, provides a suitable upgrade path and updates relevant tests to sign extend a subvector instead. LLVM counterpart to D12835
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 21 2015, 2:09 PM Closed by commit rL248368: [X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IR (authored by RKSimon). · Explain WhySep 23 2015, 1:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 35203 lib/IR/AutoUpgrade.cpp
lib/Target/X86/X86IntrinsicsInfo.h
lib/Transforms/InstCombine/InstCombineCalls.cpp
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll
test/CodeGen/X86/avx-intrinsics-x86.ll
test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll
test/CodeGen/X86/sse41-intrinsics-x86.ll
test/CodeGen/X86/sse41-pmovxrm-intrinsics.ll
test/CodeGen/X86/sse41.ll
|