Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 1f80c1a

Browse files
committed
[X86] HADDPS/HADDPD scalar lowering was added at rL350421
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351797 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 73f9a1d commit 1f80c1a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/Target/X86/README-SSE.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -827,15 +827,3 @@ and inversion with an rsqrtss instruction, which computes 1/sqrt faster at the
827827
cost of reduced accuracy.
828828

829829
//===---------------------------------------------------------------------===//
830-
831-
This function should be matched to haddpd when the appropriate CPU is enabled:
832-
833-
#include <x86intrin.h>
834-
double f (__m128d p) {
835-
return p[0] + p[1];
836-
}
837-
838-
similarly, v[0]-v[1] should match to hsubpd, and {v[0]-v[1], w[0]-w[1]} should
839-
turn into hsubpd also.
840-
841-
//===---------------------------------------------------------------------===//

0 commit comments

Comments
 (0)