[PATCH] D103622: [RISCV] Avoid scalar outgoing arguments overwriting vector frame objects.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 10 20:26:08 PDT 2021


HsiangKai added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVFrameLowering.cpp:924
+// function contains variable size objects or there are vector objects accessed
+// by the stack pointer.
+// Let eliminateCallFramePseudoInstr preserve stack space for it.
----------------
frasercrmck wrote:
> I was expecting this to say "frame pointer" given my understanding and the code. It's very possible I'm mistaken, though.
Yeah, it should be frame pointer. Thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103622



More information about the llvm-commits mailing list