Skip to content

Commit 79b90f4

Browse files
committed
minor lit test fix. removing extra file
1 parent 55e8c42 commit 79b90f4

File tree

2 files changed

+2
-107
lines changed

2 files changed

+2
-107
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
@@ -16,8 +16,8 @@ define protected amdgpu_kernel void @main(ptr addrspace(1) noundef %args.coerce,
1616
; CHECK2: v_readfirstlane_b32
1717
; CHECK2: s_endpgm
1818
entry:
19-
%0 = tail call noundef range(i32 0, 1024) i32 @llvm.amdgcn.workitem.id.x()
20-
%div1 = lshr i32 %0, 6
19+
%wid = tail call noundef range(i32 0, 1024) i32 @llvm.amdgcn.workitem.id.x()
20+
%div1 = lshr i32 %wid, 6
2121
%rfl1 = tail call noundef i32 @llvm.amdgcn.readfirstlane.i32(i32 %div1)
2222
%sub1 = add nsw i32 %args12, 1023
2323
%div2 = sdiv i32 %sub1, 1024

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

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)