Skip to content

Commit 4302236

Browse files
authored
Apply suggestions from code review
Co-authored-by: Alex Sepkowski <[email protected]>
1 parent 7c95fb0 commit 4302236

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/HLSL/HLOperationLower.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4322,8 +4322,6 @@ static SmallVector<Value *, 10> GetBufLoadArgs(ResLoadHelper helper,
43224322
return Args;
43234323
}
43244324

4325-
// Returns true if EltTy is a min precision type whose padded alloc size
4326-
// exceeds its primitive size (e.g., i16:32, f16:32 in the data layout).
43274325
static bool isMinPrecisionType(Type *EltTy, const DataLayout &DL) {
43284326
return !EltTy->isIntegerTy(1) &&
43294327
DL.getTypeAllocSizeInBits(EltTy) > EltTy->getPrimitiveSizeInBits();

0 commit comments

Comments
 (0)