Skip to content

Commit 4d0d090

Browse files
committed
Xfail: downstream test:readlane_first llvm/test/CodeGen/AMDGPU/fold-redundant-sgpr-vgpr-rw-across-bb.ll
1 parent 78f9db8 commit 4d0d090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/AMDGPU/fold-redundant-sgpr-vgpr-rw-across-bb.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; RUN: llc -mtriple=amdgcn -mcpu=gfx942 < %s | FileCheck --check-prefix=CHECK1 %s
22
; RUN: llc -mtriple=amdgcn -mcpu=gfx942 -amdgpu-si-fold-operands-preheader-threshold=10 < %s | FileCheck --check-prefix=CHECK2 %s
3-
3+
; XFAIL: *
44
define protected amdgpu_kernel void @main(ptr addrspace(1) noundef %args.coerce, ptr addrspace(1) noundef %args.coerce2, ptr addrspace(1) noundef %args.coerce4, i32 noundef %args12) {
55
; CHECK1-LABEL: main:
66
; check that non-redundant readfirstlanes are not removed
@@ -76,4 +76,4 @@ for.body.i: ; preds = %for.body.i, %for.bo
7676

7777
add.exit: ; preds = %for.body.i, %entry
7878
ret void
79-
}
79+
}

0 commit comments

Comments
 (0)