bolt/deps/llvm-18.1.8/mlir/test/Dialect/IRDL/cpred.irdl.mlir
2025-02-14 19:21:04 +01:00

14 lines
410 B
MLIR

// RUN: mlir-opt %s | mlir-opt | FileCheck %s
module {
// CHECK-LABEL: irdl.dialect @dialect {
irdl.dialect @dialect {
// CHECK-LABEL: irdl.type @type {
irdl.type @type {
%0 = irdl.c_pred "::llvm::isa<::mlir::IntegerAttr>($_self)"
// CHECK: %{{.*}} = irdl.c_pred "::llvm::isa<::mlir::IntegerAttr>($_self)"
irdl.parameters(%0)
// CHECK: irdl.parameters(%{{.*}})
}
}
}