[flang][hlfir]: fix associate of expr with more than one use
Make a copy of the expression and associate that so that this is the only use. So far as I know, we don't currently generate code for an associate with more than one use. This is here just in case. Depends on D154715 Differential Revision: https://reviews.llvm.org/D154721
Loading
Please sign in to comment