[PATCH] D76673: [Attributor][FIX] Prevent alignment breakage wrt. must-tail calls
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 25 01:35:34 PDT 2020
jdoerfert marked an inline comment as done.
jdoerfert added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:1332
+ // If the associated argument is involved in a must-tail call we give up
+ // because we would need to keep the argument alignments of caller and
+ // callee in-sync. Just does not seem worth the trouble right now.
----------------
lebedev.ri wrote:
> We are in `AAReturnedValues`
You know, copy&paste ;)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76673/new/
https://reviews.llvm.org/D76673
More information about the llvm-commits
mailing list