[PATCH] D89093: [Inliner][NPM] Fix various tests under NPM
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 8 20:35:26 PDT 2020
aeubanks created this revision.
aeubanks added reviewers: ychen, asbirlea, davidxl.
Herald added subscribers: llvm-commits, wenlei, Prazek.
Herald added a project: LLVM.
aeubanks requested review of this revision.
alloca-dbgdeclare-merge.ll:
alloca-merge-align.ll:
array_merge.ll:
NPM inliner does not merge allocas
delete-call.ll:
NPM inliner does not delete readonly calls
externally_available.ll:
NPM inliner does not delete available_externally functions
inline-cold-callee.ll:
inline-hot-callee.ll:
inline-hot-callee.ll has a comment saying it only applies to legacy PM,
I assume same for inline-cold-callee.ll
devirtualize-2.ll:
inline-hot-callsite:
monster_scc.ll:
pr22285.ll:
already has legacy and new PM RUN lines
inline-cold.ll:
profile-summary required to see callee as cold
prof-update-sample.ll:
profile-summary required to update branch_weights
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D89093
Files:
llvm/test/Transforms/Inline/alloca-dbgdeclare-merge.ll
llvm/test/Transforms/Inline/alloca-merge-align.ll
llvm/test/Transforms/Inline/array_merge.ll
llvm/test/Transforms/Inline/delete-call.ll
llvm/test/Transforms/Inline/devirtualize-2.ll
llvm/test/Transforms/Inline/devirtualize-3.ll
llvm/test/Transforms/Inline/externally_available.ll
llvm/test/Transforms/Inline/inline-cold-callee.ll
llvm/test/Transforms/Inline/inline-cold.ll
llvm/test/Transforms/Inline/inline-hot-callee.ll
llvm/test/Transforms/Inline/inline-hot-callsite.ll
llvm/test/Transforms/Inline/monster_scc.ll
llvm/test/Transforms/Inline/pr22285.ll
llvm/test/Transforms/Inline/prof-update-sample.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89093.297118.patch
Type: text/x-patch
Size: 8855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201009/81d602f3/attachment.bin>
More information about the llvm-commits
mailing list