9#ifndef POLLY_MATMULOPTIMIZER_H
10#define POLLY_MATMULOPTIMIZER_H
15class TargetTransformInfo;
70 const llvm::TargetTransformInfo *TTI,
The accumulated dependence information for a SCoP.
This file contains the declaration of the PolyhedralInfo class, which will provide an interface to ex...
isl::schedule_node tryOptimizeMatMulPattern(isl::schedule_node Node, const llvm::TargetTransformInfo *TTI, const Dependences *D)
Apply the BLIS matmul optimization pattern if possible.