You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: #3382
Currently `create_call` in `TaskCodeGenLLVM` and `call` in
`LLVMModuleBuilder` do the same thing so they should be merged.
### Brief Summary
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Currently, https://github.com/taichi-dev/taichi/blob/master/taichi/codegen/codegen_llvm.cpp is full of if/else, which is ugly and hard to maintain. It's worth spending some time refactoring.
The text was updated successfully, but these errors were encountered: