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,7 +2288,11 @@ class ElementType : StrFunc<"getElementTypeOrSelf($" # name # ")">; class AllMatchPred values> : - CPred<"::llvm::is_splat({" # !interleave(values, ", ") # "})">; + CPred; class AllMatch values, string summary> : PredOpTrait>;