We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80fa23 commit fa859edCopy full SHA for fa859ed
llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
@@ -3853,7 +3853,7 @@ bool AMDGPUTargetLowering::shouldCombineMemoryType(EVT VT) const {
3853
return true;
3854
}
3855
3856
-// Replace load of an illegal type with a store of a bitcast to a friendlier
+// Replace load of an illegal type with a bitcast from a load of a friendlier
3857
// type.
3858
SDValue AMDGPUTargetLowering::performLoadCombine(SDNode *N,
3859
DAGCombinerInfo &DCI) const {
0 commit comments