[llvm] r186191 - R600: Remove the fpconst64.ll test which was failing on non-x86 buildbots
Tom Stellard
thomas.stellard at amd.com
Fri Jul 12 12:29:54 PDT 2013
Author: tstellar
Date: Fri Jul 12 14:29:54 2013
New Revision: 186191
URL: http://llvm.org/viewvc/llvm-project?rev=186191&view=rev
Log:
R600: Remove the fpconst64.ll test which was failing on non-x86 buildbots
I'm guessing the failure had something to do with the double precision
floating point constant used in the test.
Removed:
llvm/trunk/test/CodeGen/R600/fconst64.ll
Removed: llvm/trunk/test/CodeGen/R600/fconst64.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/R600/fconst64.ll?rev=186190&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/R600/fconst64.ll (original)
+++ llvm/trunk/test/CodeGen/R600/fconst64.ll (removed)
@@ -1,12 +0,0 @@
-; RUN: llc < %s -march=r600 -mcpu=tahiti | FileCheck %s
-
-; CHECK: @fconst_f64
-; CHECK: V_MOV_B32_e32 {{VGPR[0-9]+}}, 0.000000e+00
-; CHECK-NEXT: V_MOV_B32_e32 {{VGPR[0-9]+}}, 2.312500e+00
-
-define void @fconst_f64(double addrspace(1)* %out, double addrspace(1)* %in) {
- %r1 = load double addrspace(1)* %in
- %r2 = fadd double %r1, 5.000000e+00
- store double %r2, double addrspace(1)* %out
- ret void
-}
More information about the llvm-commits
mailing list