[PATCH] D70080: [AArch64][SVE] Allocate locals that are scalable vectors.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 14:12:31 PST 2019


sdesmalen updated this revision to Diff 228957.
sdesmalen marked 6 inline comments as done.
sdesmalen added a comment.

- Changed `getStackIDForType(const Type *T)` -> `getStackIDForScalableVectors()`
- Changed `assert` into `report_fatal_error` for >16 byte alignment of SVE stack objects and added a FIXME.


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

https://reviews.llvm.org/D70080

Files:
  llvm/include/llvm/CodeGen/TargetFrameLowering.h
  llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
  llvm/lib/Target/AArch64/AArch64FrameLowering.h
  llvm/test/CodeGen/AArch64/framelayout-sve.mir
  llvm/test/CodeGen/AArch64/sve-alloca-stackid.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70080.228957.patch
Type: text/x-patch
Size: 9860 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191112/243ea335/attachment.bin>


More information about the llvm-commits mailing list