[temp-rvalue-opt] Disable handling of load [take] in temp-rvalue-elim.
This pass was attempting to handle cases where we use load [take] +
destroy_value instead of a destroy_addr since we have a loadable value. There
are a few issues around how this was done, so for 5.3, we are just going to turn
off the optimization.
rdar://70356725