[PATCH] D70718: [AIX] Replace ExternalSymbolSDNode with a MCSymbolSDNode for memcpy/memset/memmove

Xiangling Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 26 07:21:10 PST 2019


Xiangling_L created this revision.
Xiangling_L added reviewers: sfertile, jasonliu, hubert.reinterpretcast, cebowleratibm.
Xiangling_L added a project: LLVM.
Herald added subscribers: llvm-commits, jsji, kbarton, hiraditya, nemanjai.

For memcpy/memset/memmove, replace ExternalSymbolSDNode with a MCSymbolSDNode, which have a prefix dot before function name as entry point symbol.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70718

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/aix-external-sym-sdnode-lowering.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70718.231067.patch
Type: text/x-patch
Size: 4338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191126/d6edd980/attachment.bin>


More information about the llvm-commits mailing list