psyclone.psyir.transformations.intrinsics.minormax2code_trans

Module containing a class that provides functionality to transform a PSyIR MIN or MAX intrinsics to PSyIR code. This could be useful if the intrinsic is not supported by the back-end or if the performance of the inline code is better than the intrinsic. This utility transformation should not be called directly by the user, rather it provides functionality that can be specialised by MIN and MAX-specific transformations.