Skip to content

Commit d713770

Browse files
shiltianyuxuanchen1997
authored andcommitted
[NFC] Use named variable for test case select-from-load.ll
1 parent 0dae416 commit d713770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/InstCombine/AMDGPU/select-from-load.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ entry:
2525
br label %for.cond10
2626

2727
for.cond10: ; preds = %for.cond10, %entry
28-
%3 = load i64, ptr %retval.0.i
29-
store i64 %3, ptr addrspace(1) null
28+
%load.0 = load i64, ptr %retval.0.i
29+
store i64 %load.0, ptr addrspace(1) null
3030
br label %for.cond10
3131
}
3232

0 commit comments

Comments
 (0)