artiq/artiq/test/lit/regression
David Nadlinger be4669d7a5 compiler: Fix crash with try/finally and stack-return function calls
The previous code could have never worked as-is, as the result slot
went unused, and it tried to append the load instruction to the
block just terminated with the invoke.

GitHub: Fixes #1506, #1531.
2021-03-21 01:31:26 +00:00
..
bug_659.py compiler: the len builtin is not polymorphic, coerce the result. 2017-01-31 21:28:20 +00:00
device_db.py fold comm device into core device 2017-05-22 15:45:45 +08:00
issue_1506.py compiler: Fix crash with try/finally and stack-return function calls 2021-03-21 01:31:26 +00:00
issue_1627.py compiler: Properly implement NumPy array slicing 2021-03-14 20:02:59 +00:00
issue_1632.py compiler: Fix type inference in slice expressions 2021-03-14 18:46:28 +00:00