[PATCH] D59635: [AArch64] NFC: Cleanup isAArch64FrameOffsetLegal

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 10:17:09 PDT 2019


sdesmalen updated this revision to Diff 192133.
sdesmalen marked 13 inline comments as done.
sdesmalen added a comment.
Herald added a subscriber: jdoerfert.

- This patch now uses Optional<unsigned> for getUnscaledLdSt()
- Separate out the non-functional changes from the functional change (the added cases in AArch64InstrInfo::getMemOpInfo)
- Some more simplification of the arithmetic in isAArch64FrameOffsetLegal.


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

https://reviews.llvm.org/D59635

Files:
  lib/Target/AArch64/AArch64InstrInfo.cpp
  lib/Target/AArch64/AArch64InstrInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59635.192133.patch
Type: text/x-patch
Size: 11656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190325/159f0c15/attachment.bin>


More information about the llvm-commits mailing list