-
jlc -DNDEBUG -O0 -w -Werror=date-time 2004-03-15-IndirectGoto.c
[2004-03-15-IndirectGoto.zip](https://github.com/phate/jlm/files/6795967/2004-03-15-IndirectGoto.zip)
-
* Activate numba_rvsdg on readthedocs
* setup a GHA to build the docs on push
-
Found a bug in converting an unstructured program to RVSDG.
Repro: https://github.com/egraphs-good/eggcc/tree/oflatt-rvsdg-bug-repro
-
-
The following bril results in an error in the translation from RVSDG->CFG
```# ARGS: 1
@main(arg: int) {
one: int = const 1;
two: int = const 2;
x: int = const 0;
a_cond: bool = lt arg t…
-
The following gantt chart includes:
- release schedule of dependency
- release schedule of Numba
- major tasks
- release schedule of packages support future Numba (temporarily named as "Numba++"…
sklam updated
6 months ago
-
**Recreate**
_make_
**Output**
jlc: jlm/llvm/ir/operators/load.cpp:51: bool jlm::llvm::is_load_mux_reducible(const std::vector &): Assertion `operands.size() >= 2' failed.
make: *** [Makefile:…
-
RVSDG benefits:
- Highly normalizing graph(that is to say, different implementations with same "meaning" are identical in the graph)
- Many optimizations become much easier to compute. partial list:…
-
jlc -Jiln -JAASteensgaardRegionAware iln.c
[iln.zip](https://github.com/phate/jlm/files/10610711/iln.zip)
-
jlc -Jpsh -JAASteensgaardRegionAware psh.c
[push.zip](https://github.com/phate/jlm/files/10610713/push.zip)