[PATCH] D128725: [ArgPromotion] Move isDenselyPacked static member (NFC)
Pavel Samolysov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 06:08:04 PDT 2022
psamolysov created this revision.
psamolysov added reviewers: nikic, aeubanks, jdoerfert, kazu.
psamolysov added a project: LLVM.
Herald added subscribers: ormris, okura, kuter, hiraditya.
Herald added a project: All.
psamolysov requested review of this revision.
Herald added a reviewer: sstefan1.
Herald added a subscriber: llvm-commits.
The `isDenselyPacked` static member of the `ArgumentPromotionPass` class
is not used in the class itself anymore. The single known user of the
function is in the `AttributorAttributes.cpp` file, so the function has
been moved into the file.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D128725
Files:
llvm/include/llvm/Transforms/IPO/ArgumentPromotion.h
llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
llvm/lib/Transforms/IPO/AttributorAttributes.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128725.440578.patch
Type: text/x-patch
Size: 5629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220628/9b3c81a1/attachment.bin>
More information about the llvm-commits
mailing list