psyclone.psyir.transformations.intrinsics.minval2loop_trans

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