[PATCH] D61435: [AArch64] NFC: Add generic StackOffset to describe scalable offsets.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 06:23:39 PDT 2019


sdesmalen updated this revision to Diff 213030.
sdesmalen added a reviewer: greened.
sdesmalen added a comment.

- Rebased the patch.
- Removed `StackOffset::isZero()`  in favour of using `StackOffset::operator bool()`.


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

https://reviews.llvm.org/D61435

Files:
  lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/AArch64/AArch64FrameLowering.h
  lib/Target/AArch64/AArch64InstrInfo.cpp
  lib/Target/AArch64/AArch64InstrInfo.h
  lib/Target/AArch64/AArch64RegisterInfo.cpp
  lib/Target/AArch64/AArch64StackOffset.h
  unittests/Target/AArch64/CMakeLists.txt
  unittests/Target/AArch64/TestStackOffset.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61435.213030.patch
Type: text/x-patch
Size: 27802 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190802/ebe26428/attachment.bin>


More information about the llvm-commits mailing list