Skip to content

Commit fa859ed

Browse files
authored
[AMDGPU][NFC] Fix typo "store" -> "load" in comment for AMDGPUTLI::performLoadCombine (#147298)
1 parent c80fa23 commit fa859ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3853,7 +3853,7 @@ bool AMDGPUTargetLowering::shouldCombineMemoryType(EVT VT) const {
38533853
return true;
38543854
}
38553855

3856-
// Replace load of an illegal type with a store of a bitcast to a friendlier
3856+
// Replace load of an illegal type with a bitcast from a load of a friendlier
38573857
// type.
38583858
SDValue AMDGPUTargetLowering::performLoadCombine(SDNode *N,
38593859
DAGCombinerInfo &DCI) const {

0 commit comments

Comments
 (0)