aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/recip-pic.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/recip-pic.ll')
-rw-r--r--test/CodeGen/X86/recip-pic.ll27
1 files changed, 0 insertions, 27 deletions
diff --git a/test/CodeGen/X86/recip-pic.ll b/test/CodeGen/X86/recip-pic.ll
deleted file mode 100644
index 7a0d03d6072e..000000000000
--- a/test/CodeGen/X86/recip-pic.ll
+++ /dev/null
@@ -1,27 +0,0 @@
-; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc < %s -mtriple=i386-unknown-linux-gnu -enable-unsafe-fp-math -mcpu=slm -relocation-model=pic | FileCheck %s --check-prefix=CHECK
-
-define fastcc float @foo(float %x) unnamed_addr #0 {
-; CHECK-LABEL: foo:
-; CHECK: # BB#0: # %entry
-; CHECK-NEXT: calll .L0$pb
-; CHECK-NEXT: .Lcfi0:
-; CHECK-NEXT: .cfi_adjust_cfa_offset 4
-; CHECK-NEXT: .L0$pb:
-; CHECK-NEXT: popl %eax
-; CHECK-NEXT: .Lcfi1:
-; CHECK-NEXT: .cfi_adjust_cfa_offset -4
-; CHECK-NEXT: .Ltmp0:
-; CHECK-NEXT: addl $_GLOBAL_OFFSET_TABLE_+(.Ltmp0-.L0$pb), %eax
-; CHECK-NEXT: movss {{.*#+}} xmm1 = mem[0],zero,zero,zero
-; CHECK-NEXT: divss %xmm0, %xmm1
-; CHECK-NEXT: movaps %xmm1, %xmm0
-; CHECK-NEXT: movss %xmm1, (%eax)
-; CHECK-NEXT: retl
-entry:
- %div = fdiv fast float 3.0, %x
- store float %div, float* undef, align 4
- ret float %div
-}
-
-