[PATCH] D138656: [CodeGen] Additional Register argument to storeRegToStackSlot/loadRegFromStackSlot
Christudasan Devadasan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 24 05:50:45 PST 2022
cdevadas added a comment.
This is a better and a stable approach than D138515 <https://reviews.llvm.org/D138515>.
The use case of the extra argument can be found in D124196 <https://reviews.llvm.org/D124196>. See the implementations SIInstrInfo::storeRegToStackSlot and SIInstrInfo::loadRegFromStackSlot.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138656/new/
https://reviews.llvm.org/D138656
More information about the llvm-commits
mailing list