From 42d48d09666279bdd05d70ff7c353466ae79711a Mon Sep 17 00:00:00 2001 From: Diego Caballero Date: Sat, 13 Aug 2022 04:41:24 +0000 Subject: [PATCH] antiagainst's fix --- mlir/include/mlir/IR/OpBase.td | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mlir/include/mlir/IR/OpBase.td b/mlir/include/mlir/IR/OpBase.td index 9e2b7ab06264..7a4606da93bb 100644 --- a/mlir/include/mlir/IR/OpBase.td +++ b/mlir/include/mlir/IR/OpBase.td @@ -2288,7 +2288,11 @@ class ElementCount : class ElementType : StrFunc<"getElementTypeOrSelf($" # name # ")">; class AllMatchPred values> : - CPred<"::llvm::is_splat({" # !interleave(values, ", ") # "})">; + CPred; class AllMatch values, string summary> : PredOpTrait>;