Skip to content

Commit f24f8d2

Browse files
committed
undo unrelated change
1 parent f72e953 commit f24f8d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/IR/Types.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Type AbstractType::replaceImmediateSubElements(Type type,
3333
//===----------------------------------------------------------------------===//
3434

3535
MLIRContext *Type::getContext() const { return getDialect().getContext(); }
36+
3637
bool Type::isBF16() const { return llvm::isa<BFloat16Type>(*this); }
3738
bool Type::isF16() const { return llvm::isa<Float16Type>(*this); }
3839
bool Type::isTF32() const { return llvm::isa<FloatTF32Type>(*this); }

0 commit comments

Comments
 (0)