Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit e17e36e

Browse files
Merge pull request #277 from facebookresearch/pr/llvm_include
codegen_llvm.cc: include proper header for makeIslAffFromExpr declaration
2 parents fc9bb4f + 39e19ed commit e17e36e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/core/polyhedral/codegen_llvm.cc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
#include "tc/core/constants.h"
3939
#include "tc/core/flags.h"
40+
#include "tc/core/halide2isl.h"
4041
#include "tc/core/polyhedral/codegen.h"
4142
#include "tc/core/polyhedral/schedule_isl_conversion.h"
4243
#include "tc/core/polyhedral/scop.h"
@@ -55,10 +56,6 @@ using namespace Halide;
5556

5657
namespace tc {
5758

58-
namespace halide2isl {
59-
isl::aff makeIslAffFromExpr(isl::space space, const Halide::Expr& e);
60-
}
61-
6259
namespace polyhedral {
6360

6461
using IteratorMapType = std::unordered_map<std::string, isl::ast_expr>;

0 commit comments

Comments
 (0)