[llvm] r174591 - Remove this testcase until I can figure out how to properly conditionalize it.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Apr 1 18:42:06 PDT 2013


> Remove this testcase until I can figure out how to properly conditionalize it.

This is because of different hosts having different libms, right? Do
we have a bug to track this?

> Removed:
>     llvm/trunk/test/Transforms/ConstProp/half.ll
>
> Removed: llvm/trunk/test/Transforms/ConstProp/half.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ConstProp/half.ll?rev=174590&view=auto
> ==============================================================================
> --- llvm/trunk/test/Transforms/ConstProp/half.ll (original)
> +++ llvm/trunk/test/Transforms/ConstProp/half.ll (removed)
> @@ -1,43 +0,0 @@
> -; RUN: opt -constprop -S < %s | FileCheck %s
> -; XFAIL: win32, freebsd8.2, mingw32
> -
> -; CHECK: fabs_call
> -define half @fabs_call() {
> -; CHECK: ret half 0xH5140
> -  %x = call half @llvm.fabs.f16(half -42.0)
> -  ret half %x
> -}
> -declare half @llvm.fabs.f16(half %x)
> -
> -; CHECK: exp_call
> -define half @exp_call() {
> -; CHECK: ret half 0xH4170
> -  %x = call half @llvm.exp.f16(half 1.0)
> -  ret half %x
> -}
> -declare half @llvm.exp.f16(half %x)
> -
> -; CHECK: sqrt_call
> -define half @sqrt_call() {
> -; CHECK: ret half 0xH4000
> -  %x = call half @llvm.sqrt.f16(half 4.0)
> -  ret half %x
> -}
> -declare half @llvm.sqrt.f16(half %x)
> -
> -; CHECK: floor_call
> -define half @floor_call() {
> -; CHECK: ret half 0xH4000
> -  %x = call half @llvm.floor.f16(half 2.5)
> -  ret half %x
> -}
> -declare half @llvm.floor.f16(half %x)
> -
> -; CHECK: pow_call
> -define half @pow_call() {
> -; CHECK: ret half 0xH4400
> -  %x = call half @llvm.pow.f16(half 2.0, half 2.0)
> -  ret half %x
> -}
> -declare half @llvm.pow.f16(half %x, half %y)
> -
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list