[PATCH] D54583: PowerPC: Optimize SPE double parameter calling setup
Kei Thomsen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 21 23:37:25 PST 2019
kthomsen added a comment.
The Patch D54409 <https://reviews.llvm.org/D54409> is only handling the variables on the stack named in the code as "framedata". I'm going on to find out, how to manage this for global variables. SelectAddressRegReg() and SelectAddressRegImm() are doing this, but there is no information about the Target data. Maybe it needs to be decided somewhere else.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54583/new/
https://reviews.llvm.org/D54583
More information about the llvm-commits
mailing list