[Flang] Fix usage of uninitialized resolution variable
Recent Flang PowerPC intrinsics patch used resolution variable without checking if it exists first, causing segmentation faults in some scenarios. This patch checks that the resolution variable exists first before usage. Reviewed By: DanielCChen Differential Revision: https://reviews.llvm.org/D147616
Loading
Please sign in to comment