Skip to content

Commit a4fc005

Browse files
farzonlllvm-beanz
andauthored
Update llvm/lib/Target/SPIRV/SPIRVLegalizePointerCast.cpp
Co-authored-by: Chris B <[email protected]>
1 parent d06d08c commit a4fc005

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/SPIRV/SPIRVLegalizePointerCast.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ class SPIRVLegalizePointerCast : public FunctionPass {
138138
Output = loadFirstValueFromAggregate(B, SVT->getElementType(),
139139
OriginalOperand, LI);
140140
}
141-
// Destination is a smaller vector than source.
142-
// or different vector type.
141+
// Destination is a smaller vector than source or different vector type.
143142
// - float3 v3 = vector4;
144143
// - float4 v2 = int4;
145144
else if (SVT && DVT)

0 commit comments

Comments
 (0)