[llvm] r300203 - [Hexagon] Unxfail passing tests
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 13 09:05:35 PDT 2017
Author: kparzysz
Date: Thu Apr 13 11:05:35 2017
New Revision: 300203
URL: http://llvm.org/viewvc/llvm-project?rev=300203&view=rev
Log:
[Hexagon] Unxfail passing tests
r300198 fixed a problem that caused two tests to be xfailed. Unxfail
these tests now, since they are passing.
Modified:
llvm/trunk/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll
llvm/trunk/test/CodeGen/Generic/select-cc.ll
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=300203&r1=300202&r2=300203&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 Thu Apr 13 11:05:35 2017
@@ -1,5 +1,4 @@
; RUN: llc < %s
-; XFAIL: hexagon
declare { i64, double } @wild()
define void @foo(i64* %p, double* %q) nounwind personality i32 (...)* @__gxx_personality_v0 {
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=300203&r1=300202&r2=300203&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/select-cc.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/select-cc.ll Thu Apr 13 11:05:35 2017
@@ -1,8 +1,5 @@
; RUN: llc < %s
-; PR2504
-; XFAIL: hexagon
-
; PR31338
; XFAIL: avr
More information about the llvm-commits
mailing list