Skip to content

Commit ab237ea

Browse files
committed
Remove unnecessary commented out code.
1 parent 96b5469 commit ab237ea

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
@@ -653,12 +653,6 @@ static Type convertMemrefType(const spirv::TargetEnv &targetEnv,
653653
// Hnadle 8 bit float types.
654654
type = cast<MemRefType>(convertShaped8BitFloatType(type, options));
655655
arrayElemType = type.getElementType();
656-
// if (options.emulateUnsupportedFloatTypes && floatType &&
657-
// floatType.getWidth() == 8) {
658-
// // If this is an 8 bit float type, try to convert it to a supported
659-
// // integer type.
660-
// arrayElemType = convert8BitFloatType(options, floatType);
661-
// }
662656
} else {
663657
LLVM_DEBUG(
664658
llvm::dbgs()

0 commit comments

Comments
 (0)