================
@@ -425,6 +425,32 @@ def CIR_ConstantOp : CIR_Op<"const", [
return boolAttr.getValue();
llvm_unreachable("Expected a BoolAttr in ConstantOp");
}
+ static bool isAllOnesValue(mlir::Value value) {
----------------
badumbatish wrote:i can redo this https://github.com/llvm/llvm-project/pull/170427 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
