IntelLabs / ParallelAccelerator.jl

The ParallelAccelerator package, part of the High Performance Scripting project at Intel Labs
BSD 2-Clause "Simplified" License
294 stars 32 forks source link

refactor make expression helper functions into CompilerTools #81

Closed ehsantn closed 8 years ago

ehsantn commented 8 years ago

Different modules of ParallelAccelerator and HPAT use helper functions like mk_call. They should be refactored into CompilerTools.

ehsantn commented 8 years ago

Closing the issue since this refactoring is done to a large extent.