Skip to content

Commit df53605

Browse files
alsepkowCopilot
andcommitted
Remove redundant comment on widenMinPrecisionType
Co-authored-by: Copilot <[email protected]>
1 parent 41f37f9 commit df53605

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/HLSL/HLOperationLower.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4327,9 +4327,6 @@ static bool isMinPrecisionType(Type *EltTy, const DataLayout &DL) {
43274327
DL.getTypeAllocSizeInBits(EltTy) > EltTy->getPrimitiveSizeInBits();
43284328
}
43294329

4330-
// Widens a min precision type to its 32-bit equivalent (i32 or f32).
4331-
// Accepts vector or scalar types. Returns the original type if not min
4332-
// precision.
43334330
static Type *widenMinPrecisionType(Type *Ty, LLVMContext &Ctx,
43344331
const DataLayout &DL) {
43354332
Type *EltTy = Ty->getScalarType();

0 commit comments

Comments
 (0)