Copilot
|
2436943794
|
Standardize for-loop increments to prefix form (++i) (#8199)
* Initial plan
* Convert postfix to prefix increment in for loops
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Fix member variable increment conversion bug
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Update API generator to produce prefix increments
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
|
2026-01-14 19:55:31 -08:00 |
|
Nikolaj Bjorner
|
eb751bec4c
|
fix riscv/aarch/powerpc build warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2023-01-22 23:57:59 -08:00 |
|
Nikolaj Bjorner
|
b084821a0c
|
wip - dependent expr simpliifer
- simplify iterator over current indices
- add more simplifiers used by asserted_formulas
- improve diagnostics printing
|
2022-11-30 13:41:40 +07:00 |
|
Nikolaj Bjorner
|
caf204ab95
|
hoist macro-replacer as shared utility, update eliminate-predicates and model reconstruction
|
2022-11-24 19:45:51 +07:00 |
|