Skip to content

Commit 042bd21

Browse files
committed
Revert "Automatically generates several X86/sse tests cases. NFC"
This reverts commit 324d696. Broke check-llvm on Windows, see e.g. https://lab.llvm.org/buildbot/#/builders/216/builds/4005 and comment on https://reviews.llvm.org/rG324d696c154aad42b2580d2f225a677c04fe0ab4
1 parent 7f0e741 commit 042bd21

File tree

4 files changed

+142
-664
lines changed

4 files changed

+142
-664
lines changed

llvm/test/CodeGen/X86/sse-commute.ll

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
21
; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s
32

43
; Commute the comparison to avoid a move.
54
; PR7500.
6-
define <2 x double> @a(<2 x double>, <2 x double>) nounwind readnone {
5+
76
; CHECK-LABEL: a:
8-
; CHECK: # %bb.0: # %entry
9-
; CHECK-NEXT: pcmpeqd %xmm0, %xmm1
10-
; CHECK-NEXT: pand %xmm1, %xmm0
11-
; CHECK-NEXT: retq
7+
; CHECK-NOT: mov
8+
; CHECK: pcmpeqd
9+
define <2 x double> @a(<2 x double>, <2 x double>) nounwind readnone {
1210
entry:
1311
%tmp6 = bitcast <2 x double> %0 to <4 x i32> ; <<4 x i32>> [#uses=2]
1412
%tmp4 = bitcast <2 x double> %1 to <4 x i32> ; <<4 x i32>> [#uses=1]
@@ -18,3 +16,5 @@ entry:
1816
%tmp8 = bitcast <4 x i32> %and to <2 x double> ; <<2 x double>> [#uses=1]
1917
ret <2 x double> %tmp8
2018
}
19+
20+

0 commit comments

Comments
 (0)