TvOS: add missing support for some libcalls.
[oota-llvm.git] / test / Transforms / InstCombine / pow-1.ll
index fb3b7d796160173c7d43d1b4a39a1f405964649b..f2b56fd33d645348cb2ac143d33f187bc42cfa74 100644 (file)
@@ -6,6 +6,8 @@
 ; RUN: opt -instcombine -S < %s -mtriple=x86_64-apple-macosx10.8 | FileCheck %s --check-prefix=CHECK-NO-EXP10
 ; RUN: opt -instcombine -S < %s -mtriple=arm-apple-ios6.0 | FileCheck %s --check-prefix=CHECK-NO-EXP10
 ; RUN: opt -instcombine -S < %s -mtriple=x86_64-netbsd | FileCheck %s --check-prefix=CHECK-NO-EXP10
+; RUN: opt -instcombine -S < %s -mtriple=arm-apple-tvos9.0 | FileCheck %s --check-prefix=CHECK-EXP10
+; RUN: opt -instcombine -S < %s -mtriple=arm-apple-watchos2.0 | FileCheck %s --check-prefix=CHECK-EXP10
 ; rdar://7251832
 
 ; NOTE: The readonly attribute on the pow call should be preserved