Skip to content

Commit

Permalink
[NFC] Use named variable for test case select-from-load.ll
Browse files Browse the repository at this point in the history
  • Loading branch information
shiltian committed Jul 16, 2024
1 parent bed625b commit f56cdd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/Transforms/InstCombine/AMDGPU/select-from-load.ll
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ entry:
br label %for.cond10

for.cond10: ; preds = %for.cond10, %entry
%3 = load i64, ptr %retval.0.i
store i64 %3, ptr addrspace(1) null
%load.0 = load i64, ptr %retval.0.i
store i64 %load.0, ptr addrspace(1) null
br label %for.cond10
}

Expand Down

0 comments on commit f56cdd4

Please sign in to comment.