[PATCH] D70082: [AArch64] Extend storeRegToStackSlot to spill SVE registers.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 12:49:28 PST 2019
efriedma added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.cpp:2960
bool Offset = true;
switch (TRI->getSpillSize(*RC)) {
case 1:
----------------
I'd prefer to refactor the code so it doesn't depend on what getSpillSize returns for SVE types.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70082/new/
https://reviews.llvm.org/D70082
More information about the llvm-commits
mailing list