Skip to content

Commit 448f30b

Browse files
committed
fixup! [mlir] Use new VectorType wrappers CommonTypeConstraints.td
Add missing empty line
1 parent 3eb2e43 commit 448f30b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/include/mlir/IR/BuiltinTypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ class ScalableVectorType : public VectorType {
424424
class FixedVectorType : public VectorType {
425425
public:
426426
using VectorType::VectorType;
427+
427428
static bool classof(Type type) {
428429
auto vecTy = llvm::dyn_cast<VectorType>(type);
429430
if (!vecTy)

0 commit comments

Comments
 (0)