[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git] / mlir / test / Dialect / IRDL / cpred.irdl.mlir
blob129793e565d27174dec973d78000788263a59ce2
1 // RUN: mlir-opt %s | mlir-opt | FileCheck %s
3 module {
4   // CHECK-LABEL: irdl.dialect @dialect {
5   irdl.dialect @dialect {
6     // CHECK-LABEL: irdl.type @type {
7     irdl.type @type {
8       %0 = irdl.c_pred "::llvm::isa<::mlir::IntegerAttr>($_self)"
9       // CHECK: %{{.*}} = irdl.c_pred "::llvm::isa<::mlir::IntegerAttr>($_self)"
10       irdl.parameters(%0)
11       // CHECK: irdl.parameters(%{{.*}})
12     }
13   }