[PATCH] D67749: [AArch64] Stackframe accesses to SVE objects.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 00:32:05 PDT 2019


sdesmalen created this revision.
sdesmalen added reviewers: greened, cameron.mcinally, efriedma, rengolin, thegameg, rovka.
Herald added subscribers: kristof.beyls, tschuett.

Materialize accesses to SVE frame objects from SP or FP, whichever is 
available and beneficial.

This patch still assumes the objects are pre-allocated. The automatic
layout of SVE objects within the stackframe will be added in a separate
patch.


https://reviews.llvm.org/D67749

Files:
  lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/AArch64/AArch64FrameLowering.h
  lib/Target/AArch64/AArch64InstrInfo.cpp
  test/CodeGen/AArch64/framelayout-sve.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67749.220822.patch
Type: text/x-patch
Size: 21518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190919/2da803ff/attachment.bin>


More information about the llvm-commits mailing list