diff --git a/mlir/include/mlir/IR/OpBase.td b/mlir/include/mlir/IR/OpBase.td --- a/mlir/include/mlir/IR/OpBase.td +++ b/mlir/include/mlir/IR/OpBase.td @@ -2288,8 +2288,11 @@ class ElementType : StrFunc<"getElementTypeOrSelf($" # name # ")">; class AllMatchPred values> : - CPred<"::llvm::is_splat(::llvm::makeArrayRef({" - # !interleave(values, ", ") #"}))">; + CPred; class AllMatch values, string summary> : PredOpTrait>;