[PATCH] D124514: [ArgPromotion] Make a non-byval promotion attempt first
Pavel Samolysov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 11 06:49:43 PDT 2022
psamolysov added a comment.
I've prepared a patch that replaces byval promotion with usual (non-byval) one with allowed stores. The patch is based on this one, so I will be able to open the review after landing this one. If you could help me with landing, it would be great. Thanks a lot in advance.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124514/new/
https://reviews.llvm.org/D124514
More information about the llvm-commits
mailing list