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

Commit c1041fa

Browse files
author
Sven Verdoolaege
committed
codegen_llvm.cc: remove commented out code
1 parent 0691f56 commit c1041fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/core/polyhedral/codegen_llvm.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
#include "isl/ast.h"
3737

3838
#include "tc/core/constants.h"
39-
//#include "tc/core/polyhedral/isl_mu_wrappers.h"
4039
#include "tc/core/flags.h"
4140
#include "tc/core/polyhedral/codegen.h"
4241
#include "tc/core/polyhedral/schedule_isl_conversion.h"
@@ -642,9 +641,6 @@ IslCodegenRes codegenISL(const Scop& scop) {
642641
auto scheduleMap = isl::map::from_union_map(schedule);
643642

644643
auto stmtId = expr.get_op_arg(0).get_id();
645-
// auto nodeId = isl::id(
646-
// node.get_ctx(),
647-
// std::string(kAstNodeIdPrefix) + std::to_string(nAstNodes()++));
648644
CHECK_EQ(0, iteratorMaps.count(stmtId)) << "entry exists: " << stmtId;
649645
auto iteratorMap = isl::pw_multi_aff(scheduleMap.reverse());
650646
auto iterators = scop.halide.iterators.at(stmtId);

0 commit comments

Comments
 (0)