When adding pcsetions to SDNodes, recursively add them to all values of
the node as well.
[SelectionDAG] Add missing setValue calls in visitIntrinsicCall
This commit introduces missing setValue calls in SelectionDAGBuilder for
mem-transfer intrinsic calls. These setValue calls are required in order to
propagate pcsections metadata from IR to MIR.
Similar to x86 comment:
I think we want to say -global-isel=0, to ensure GlobalISel isn't used?
Also, just call it similar to the x86 one 'pcsections-memtransfer.ll', i.e. it'll end up in 'CodeGen/AArch64/pcsections-memtransfer.ll'.