[PATCH] D145497: [AArch64] Allocate emergency spillslot when using fixed-length SVE.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 10:50:01 PST 2023


efriedma added a comment.

Does using an SVE instruction to access a fixed stack slot ever work?  I mean, I guess if you get lucky, the fixed offset is zero, but that should happen rarely.  Maybe we'd get better code if we expand out the arithmetic earlier.  (Doesn't need to block this patch, just something to think about.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145497/new/

https://reviews.llvm.org/D145497



More information about the llvm-commits mailing list