[PATCH] D84167: [Attributor] Use internalized version of non-exact functions

Luofan Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 24 09:18:30 PDT 2020


bbn updated this revision to Diff 280486.
bbn added a comment.

- Changes as others suggests:
  - Updated description for the command line option
  - Fixed typos
  - Changed the copied function's name from "_copied" to ".internalized"
  - Remove the const qulifier
  - Added 4 run lines of tests
  - Removed the `llvm::` for the clone function

- Other changes
  - call the `CGUpdater.registerOutlinedFunction()` for the internalized function


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84167/new/

https://reviews.llvm.org/D84167

Files:
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/test/Transforms/Attributor/internalize.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84167.280486.patch
Type: text/x-patch
Size: 13170 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200724/4ec37903/attachment.bin>


More information about the llvm-commits mailing list