[PATCH] D141048: [SelectionDAG] Add missing setValue calls in visitIntrinsicCall
Martin Fink via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 5 07:34:21 PST 2023
martin-fink updated this revision to Diff 486573.
martin-fink edited the summary of this revision.
martin-fink added a comment.
[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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141048/new/
https://reviews.llvm.org/D141048
Files:
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/test/CodeGen/AArch64/pcsections-memtransfer.ll
llvm/test/CodeGen/X86/pcsections-memtransfer.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141048.486573.patch
Type: text/x-patch
Size: 23892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230105/2c61e076/attachment.bin>
More information about the llvm-commits
mailing list