-
Create an example ipynb file with some examples on how to use numba-rvsdg.
-
From `DEBUGGRAPH=1 pytest numba_rvsdg/tests/test_mock_asm.py::test_mock_scfg_fuzzer_case0` in #42.
We need special handling for endless loop like this:
![Screenshot 2023-04-18 at 2 05 35 PM](htt…
-
As discussed in #297, adding overloads for passing maps around manually is not a good solution for increasing observability, though was helpful in the short run.
What would an ideal interface for d…
haved updated
8 months ago
-
https://github.com/llvm/llvm-project/blob/main/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
-
jlc -DNDEBUG -Jinv -Jdne -Jivt -Jinv -Jdne -Jinv -Jdne -Jcne -Jdne -Jpll -Jinv -Jdne -Jurl -Jinv -J=print-cne-stat -J=print-dne-stat -J=print-inv-stat -J=print-ivt-stat -J=print-pull-stat -J=print-un…
-
**Recreate**
make andersen
make steensgaard
[oggenc.zip](https://github.com/phate/jlm/files/13930722/oggenc.zip)
-
See images below. Loop block has edge violating the region structures.
**Reproducer 1**
YAML:
```
"mock_block_0":
jt: ["mock_block_2", "mock_block_10"]
"mock_block_2":
jt: ["mock_bl…
-
```
@main() {
i: int = const 1;
jmp .loop;
.loop:
max: int = const 10;
cond: bool = lt i max;
br cond .t .f;
.t:
res: int = const 7;
jmp .loopbottom;
.f:
re…
-
https://github.com/LykenSol/vsdg/
Just a quick FYI in case you've not seen it. I'm looking forward to some VSDG based compilers in Rust. May experiment with this myself. +star'd
-
Details for some failures on https://github.com/numba/numba/issues/8304
Non-trivial with-lifting failures that is caused by py3.11 bytecode changes:
A) `numba.tests.test_try_except.TestTryExcept…