[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 06:12:03 PST 2023


martin-fink created this revision.
Herald added subscribers: ecnelises, pengfei, hiraditya.
Herald added a project: All.
martin-fink requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This commit introduces missing setValue calls in SelectionDAGBuilder
which are required in order to propagate pcsections metadata from IR to MIR.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141048

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/test/CodeGen/AArch64/SelectionDAG/arm64-pcsections-selectiondag.ll
  llvm/test/CodeGen/X86/SelectionDAG/x64-pcsections-memtransfer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141048.486543.patch
Type: text/x-patch
Size: 28044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230105/14956d43/attachment.bin>


More information about the llvm-commits mailing list