blob: acd7cd9530b5ce57f33a6ee28f17e60c67a44ad3 [file] [edit]
//===- InferIntDivisibilityOpInterface.cpp - Integer divisibility inference ==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#include "mlir/Interfaces/InferIntDivisibilityOpInterface.h"
#include "mlir/Interfaces/InferIntDivisibilityOpInterface.cpp.inc"