Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed addition of SOLVE block to kernel's FOR loop (#636)
* Fix `append_statements_from_block` function in LLVM helper visitor. * Before, if nonspecific current was not specified, the whole `BREAKPOINT` block would be added to the kernel body. * This led to cases when `SOLVE` block was together with the actual solution to `DERIVATIVE`
- Loading branch information