[PATCH] D94537: [IR] move nomerge attribute from function declaration/definition to callsites

Zequan Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 12 11:24:58 PST 2021


zequanwu created this revision.
zequanwu added reviewers: aaron.ballman, rnk.
zequanwu requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Move nomerge attribute from function declaration/definition to callsites to
allow virtual function calls attach the attribute.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94537

Files:
  clang/lib/CodeGen/CGCall.cpp
  clang/lib/CodeGen/CodeGenModule.cpp
  clang/test/CodeGen/attr-nomerge.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94537.316174.patch
Type: text/x-patch
Size: 5810 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210112/5ed3d360/attachment-0001.bin>


More information about the cfe-commits mailing list