[flang][hlfir][NFC] refactor transformational intrinsic lowering
The old code had overgrown itself and become difficult to read and modify. I've rewritten it and moved it into its own translation unit. I moved PreparedActualArgument to the header file for the transformational intrinsic lowering. Logically, it belongs in ConvertCall.h, but putting it there would create a circular dependency between HlfirIntrinsics and ConvertCall. Differential Revision: https://reviews.llvm.org/D154235
parent
e13582e9
Please register or sign in to comment