[PATCH] D61436: [AArch64] NFC: Generalize emitFrameOffset to support more than byte offsets.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 2 05:38:34 PDT 2019
sdesmalen created this revision.
sdesmalen added reviewers: thegameg, rovka, t.p.northover, efriedma.
Herald added subscribers: kristof.beyls, javed.absar.
Refactor emitFrameOffset to accept a StackOffset struct as its offset argument.
This method currently only supports byte offsets (MVT::i8) but will be extended
in a later patch to support scalable offsets (MVT::nxv1i8) as well.
https://reviews.llvm.org/D61436
Files:
lib/Target/AArch64/AArch64InstrInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61436.197753.patch
Type: text/x-patch
Size: 6208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190502/c6728b8d/attachment.bin>
More information about the llvm-commits
mailing list