[llvm] d4fbb93 - [Sparc] Remove an XFAIL

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 11:37:31 PST 2022


Author: Paul Robinson
Date: 2022-12-01T11:37:22-08:00
New Revision: d4fbb9362071c986986a2b099c0e30aed061f53f

URL: https://github.com/llvm/llvm-project/commit/d4fbb9362071c986986a2b099c0e30aed061f53f
DIFF: https://github.com/llvm/llvm-project/commit/d4fbb9362071c986986a2b099c0e30aed061f53f.diff

LOG: [Sparc] Remove an XFAIL

I built llvm with default triple sparc-sun-solaris2 and this test
XPASSed so it seems safe enough.

Added: 
    

Modified: 
    llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll b/llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
index cb0951dec448..9903553653ca 100644
--- a/llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
+++ b/llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
@@ -1,5 +1,4 @@
 ; RUN: llc -no-integrated-as < %s
-; XFAIL: sparc-sun-solaris2
 ; PR1308
 ; PR1557
 


        


More information about the llvm-commits mailing list