forked from OSchip/llvm-project
[X86] Remove some unused CHECK lines from tests.
llvm-svn: 332188
This commit is contained in:
parent
df3a9cedff
commit
28b85caea8
|
@ -4,10 +4,6 @@
|
|||
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=skx -show-mc-encoding | FileCheck %s --check-prefix=VCHECK --check-prefix=SKX
|
||||
|
||||
define <4 x float> @test_x86_sse_cvtsi642ss(<4 x float> %a0, i64 %a1) {
|
||||
; CHECK-LABEL: test_x86_sse_cvtsi642ss:
|
||||
; CHECK: ## %bb.0:
|
||||
; CHECK-NEXT: vcvtsi2ssq %rdi, %xmm0, %xmm0
|
||||
; CHECK-NEXT: retq
|
||||
; SSE-LABEL: test_x86_sse_cvtsi642ss:
|
||||
; SSE: ## %bb.0:
|
||||
; SSE-NEXT: cvtsi2ssq %rdi, %xmm0 ## encoding: [0xf3,0x48,0x0f,0x2a,0xc7]
|
||||
|
|
|
@ -4,10 +4,6 @@
|
|||
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=skx -show-mc-encoding | FileCheck %s --check-prefix=VCHECK --check-prefix=SKX
|
||||
|
||||
define i64 @test_x86_sse_cvtss2si64(<4 x float> %a0) {
|
||||
; CHECK-LABEL: test_x86_sse_cvtss2si64:
|
||||
; CHECK: ## %bb.0:
|
||||
; CHECK-NEXT: vcvtss2si %xmm0, %rax
|
||||
; CHECK-NEXT: retq
|
||||
; SSE-LABEL: test_x86_sse_cvtss2si64:
|
||||
; SSE: ## %bb.0:
|
||||
; SSE-NEXT: cvtss2si %xmm0, %rax ## encoding: [0xf3,0x48,0x0f,0x2d,0xc0]
|
||||
|
@ -29,10 +25,6 @@ declare i64 @llvm.x86.sse.cvtss2si64(<4 x float>) nounwind readnone
|
|||
|
||||
|
||||
define i64 @test_x86_sse_cvttss2si64(<4 x float> %a0) {
|
||||
; CHECK-LABEL: test_x86_sse_cvttss2si64:
|
||||
; CHECK: ## %bb.0:
|
||||
; CHECK-NEXT: vcvttss2si %xmm0, %rax
|
||||
; CHECK-NEXT: retq
|
||||
; SSE-LABEL: test_x86_sse_cvttss2si64:
|
||||
; SSE: ## %bb.0:
|
||||
; SSE-NEXT: cvttss2si %xmm0, %rax ## encoding: [0xf3,0x48,0x0f,0x2c,0xc0]
|
||||
|
|
Loading…
Reference in New Issue