[llvm] r177912 - XFAIL some of the generic CodeGen tests for Hexagon.
Jyotsna Verma
jverma at codeaurora.org
Mon Mar 25 14:04:16 PDT 2013
Author: jverma
Date: Mon Mar 25 16:04:16 2013
New Revision: 177912
URL: http://llvm.org/viewvc/llvm-project?rev=177912&view=rev
Log:
XFAIL some of the generic CodeGen tests for Hexagon.
test/CodeGen/Generic/2008-02-20-MatchingMem.ll: Test contains inline assembly not supported by Hexagon.
Following tests are XFAILed due to multiple return values which Hexagon doesn't support.
test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll
test/CodeGen/Generic/select-cc.ll
test/CodeGen/Generic/vector.ll
Modified:
llvm/trunk/test/CodeGen/Generic/2008-02-20-MatchingMem.ll
llvm/trunk/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll
llvm/trunk/test/CodeGen/Generic/select-cc.ll
llvm/trunk/test/CodeGen/Generic/vector.ll
Modified: llvm/trunk/test/CodeGen/Generic/2008-02-20-MatchingMem.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2008-02-20-MatchingMem.ll?rev=177912&r1=177911&r2=177912&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/2008-02-20-MatchingMem.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/2008-02-20-MatchingMem.ll Mon Mar 25 16:04:16 2013
@@ -1,5 +1,6 @@
; RUN: llc < %s
; PR1133
+; XFAIL: hexagon
define void @test(i32* %X) nounwind {
entry:
%tmp1 = getelementptr i32* %X, i32 10 ; <i32*> [#uses=2]
Modified: llvm/trunk/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll?rev=177912&r1=177911&r2=177912&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll Mon Mar 25 16:04:16 2013
@@ -1,5 +1,5 @@
; RUN: llc < %s
-
+; XFAIL: hexagon
declare { i64, double } @wild()
define void @foo(i64* %p, double* %q) nounwind {
Modified: llvm/trunk/test/CodeGen/Generic/select-cc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/select-cc.ll?rev=177912&r1=177911&r2=177912&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/select-cc.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/select-cc.ll Mon Mar 25 16:04:16 2013
@@ -1,6 +1,6 @@
; RUN: llc < %s
; PR2504
-
+; XFAIL: hexagon
define <2 x double> @vector_select(<2 x double> %x, <2 x double> %y) nounwind {
%x.lo = extractelement <2 x double> %x, i32 0 ; <double> [#uses=1]
%x.lo.ge = fcmp oge double %x.lo, 0.000000e+00 ; <i1> [#uses=1]
Modified: llvm/trunk/test/CodeGen/Generic/vector.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/vector.ll?rev=177912&r1=177911&r2=177912&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/vector.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/vector.ll Mon Mar 25 16:04:16 2013
@@ -1,6 +1,6 @@
; Test that vectors are scalarized/lowered correctly.
; RUN: llc < %s
-
+; XFAIL: hexagon
%d8 = type <8 x double>
%f1 = type <1 x float>
More information about the llvm-commits
mailing list