dibyendumajumdar / dmr_c

dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends
Other
52 stars 2 forks source link

Refactor code to avoid simplification #33

Open dibyendumajumdar opened 6 years ago

dibyendumajumdar commented 6 years ago

The sparse simplification phase is error prone and given there is no active compiler experts looking at this it is unlikely to improve. Given Jit backends such as llvm and omr have robust optimizers we don't really need sparse to do it's simplifications