Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / limited-prec.ll
index ef9ddb789681617c7b8b92aecce42da84d72c3c9..7bf4ac28fdf966129d722c74972f7ff104a9bfa8 100644 (file)
@@ -1,5 +1,9 @@
-; ModuleID = '<stdin>'
-target triple = "i386-apple-darwin9.5"
+; RUN: llc < %s -limit-float-precision=6 -march=x86 | \
+; RUN:    not grep exp | not grep log | not grep pow
+; RUN: llc < %s -limit-float-precision=12 -march=x86 | \
+; RUN:    not grep exp | not grep log | not grep pow
+; RUN: llc < %s -limit-float-precision=18 -march=x86 | \
+; RUN:    not grep exp | not grep log | not grep pow
 
 define float @f1(float %x) nounwind noinline {
 entry: