psyclone.psyir.transformations.intrinsics.sum2loop_trans

Module providing a transformation from a PSyIR SUM intrinsic to an equivalent PSyIR loop structure. This could be useful if the SUM intrinsic is not supported by the back-end, the required parallelisation approach, or if the performance in the inline code is better than the intrinsic.