[PATCH] D129009: [LTO] Fix LTO for aliased IFuncs
Schrodinger ZHU Yifan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 10 18:14:01 PDT 2022
SchrodingerZhu updated this revision to Diff 443536.
SchrodingerZhu added a comment.
This commit addresses issues mentioned in code reviews:
- change applyAlongResolverPath to use reference since the pointer is supposed to be non-null.
- update test format to align check rules under the same prefix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129009/new/
https://reviews.llvm.org/D129009
Files:
llvm/include/llvm/IR/GlobalIFunc.h
llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/IR/Globals.cpp
llvm/lib/Transforms/IPO/FunctionImport.cpp
llvm/lib/Transforms/Utils/FunctionImportUtils.cpp
llvm/test/ThinLTO/X86/alias-ifunc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129009.443536.patch
Type: text/x-patch
Size: 10510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220711/a14cc12e/attachment-0001.bin>
More information about the cfe-commits
mailing list