Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] [Compiler-V2] += and the like (#14583)
* impl += for *(lhs()) += rhs() * impl += for other cases * refactor * format * refactor * optimize * add tests * update tests * rename tmp * add tests * add todo * change loc * remove unused var * update test * gate feature * update tests * add transactional tests * format * add tests * add tests * move the transformation to expansion phase * refactor * support more ops * format * add test * update tests * remove test dir * rename testdir * update tests * add tests * remove commented function * remove comments * update tests * update tests * update tests * typo * refactor * add tests * bug fix: eval order of op = * bug fix cont: eval order op = * comment * refactor * update tests * update test * update tests * update tests * remove comment * update comments * comment * comment * refactor * refactor * refactor * comment * refactor * add tests * add tests --------- Co-authored-by: Zekun Wang <[email protected]>
- Loading branch information