Skip to content

Commit

Permalink
add one more pick
Browse files Browse the repository at this point in the history
  • Loading branch information
AD1024 committed Aug 10, 2022
1 parent 1b7315d commit 3dddae8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taichi/codegen/llvm/codegen_llvm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,6 @@ void TaskCodeGenLLVM::create_global_load(GlobalLoadStmt *stmt,
if (should_cache_as_read_only) {
llvm_val[stmt] = create_intrinsic_load(ptr, llvm_type(stmt->ret_type));
} else {
ptr->dump();
llvm_val[stmt] =
builder->CreateLoad(tlctx->get_data_type(stmt->ret_type), ptr);
}
Expand Down

0 comments on commit 3dddae8

Please sign in to comment.