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

Commit 5f06f8b

Browse files
author
Sven Verdoolaege
committed
LLVMCodegen: remove stale comment
This was missing from 6e822ac (Parallel CPU mapper, Mon Mar 26 17:23:20 2018 -0400).
1 parent 2931669 commit 5f06f8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/polyhedral/codegen_llvm.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,6 @@ class LLVMCodegen {
481481
llvm::BasicBlock::Create(llvmCtx, "loop_latch", function);
482482
auto* loopExitBB = llvm::BasicBlock::Create(llvmCtx, "loop_exit", function);
483483

484-
// TODO: integrate query ISL as to whether the relevant loop ought be
485-
// parallelized
486484
bool parallel = isl_ast_node_for_is_coincident(node.get());
487485
llvm::Value* SyncRegion = nullptr;
488486

0 commit comments

Comments
 (0)