We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c45e5 commit 3704607Copy full SHA for 3704607
mlir/lib/Dialect/EmitC/IR/EmitC.cpp
@@ -131,11 +131,6 @@ bool mlir::emitc::isPointerWideType(Type type) {
131
type);
132
}
133
134
-bool mlir::emitc::isSwitchOperandType(Type type) {
135
- return isa<emitc::OpaqueType, IndexType>(type) ||
136
- isSupportedIntegerType(type);
137
-}
138
-
139
/// Check that the type of the initial value is compatible with the operations
140
/// result type.
141
static LogicalResult verifyInitializationAttribute(Operation *op,
0 commit comments