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

Commit 07ae617

Browse files
author
Sven Verdoolaege
committed
LLVMCodegen: use C++ interface to isl
1 parent 5f06f8b commit 07ae617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/polyhedral/codegen_llvm.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ class LLVMCodegen {
481481
llvm::BasicBlock::Create(llvmCtx, "loop_latch", function);
482482
auto* loopExitBB = llvm::BasicBlock::Create(llvmCtx, "loop_exit", function);
483483

484-
bool parallel = isl_ast_node_for_is_coincident(node.get());
484+
bool parallel = node.is_coincident();
485485
llvm::Value* SyncRegion = nullptr;
486486

487487
#ifdef TAPIR_VERSION_MAJOR

0 commit comments

Comments
 (0)