Skip to content

Commit 97831d9

Browse files
committed
Remove unnecessary commented out code.
1 parent 2eb4350 commit 97831d9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mlir/lib/Dialect/SPIRV/Transforms/SPIRVConversion.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -650,12 +650,6 @@ static Type convertMemrefType(const spirv::TargetEnv &targetEnv,
650650
// Hnadle 8 bit float types.
651651
type = cast<MemRefType>(convertShaped8BitFloatType(type, options));
652652
arrayElemType = type.getElementType();
653-
// if (options.emulateUnsupportedFloatTypes && floatType &&
654-
// floatType.getWidth() == 8) {
655-
// // If this is an 8 bit float type, try to convert it to a supported
656-
// // integer type.
657-
// arrayElemType = convert8BitFloatType(options, floatType);
658-
// }
659653
} else {
660654
LLVM_DEBUG(
661655
llvm::dbgs()

0 commit comments

Comments
 (0)