[PATCH] D119119: [CodeGen][test] XFAIL CodeGen/Generic/ForceStackAlign.ll on SPARC

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 7 23:58:20 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG541171f02fd7: [CodeGen][test] XFAIL CodeGen/Generic/ForceStackAlign.ll on SPARC (authored by ro).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119119/new/

https://reviews.llvm.org/D119119

Files:
  llvm/test/CodeGen/Generic/ForceStackAlign.ll


Index: llvm/test/CodeGen/Generic/ForceStackAlign.ll
===================================================================
--- llvm/test/CodeGen/Generic/ForceStackAlign.ll
+++ llvm/test/CodeGen/Generic/ForceStackAlign.ll
@@ -5,6 +5,9 @@
 ; CHECK-LABEL: @f
 ; CHECK-LABEL: @g
 
+; Stack realignment not supported.
+; XFAIL: sparc
+
 define i32 @f(i8* %p) nounwind {
 entry:
   %0 = load i8, i8* %p


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119119.406714.patch
Type: text/x-patch
Size: 394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220208/42d82820/attachment.bin>


More information about the llvm-commits mailing list