Files
revng-revng/include/revng/CliftTransforms/BooleanNegations.h
2025-12-05 19:53:41 +02:00

14 lines
260 B
C++

#pragma once
//
// This file is distributed under the MIT License. See LICENSE.md for details.
//
#include "mlir/IR/PatternMatch.h"
namespace mlir::clift {
void populateWithBooleanNegationPatterns(mlir::RewritePatternSet &Set);
} // namespace mlir::clift