[PATCH] D27537: [AArch64] Correct the check of signed 9-bit imm in getIndexedAddressParts()

Haicheng Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 13:30:36 PST 2016


haicheng created this revision.
haicheng added a reviewer: t.p.northover.
haicheng added subscribers: gberry, llvm-commits.
haicheng set the repository for this revision to rL LLVM.
Herald added subscribers: mcrosier, rengolin, aemerson.

-256 is a legal indexed address part.


Repository:
  rL LLVM

https://reviews.llvm.org/D27537

Files:
  lib/Target/AArch64/AArch64ISelLowering.cpp
  test/CodeGen/AArch64/arm64-indexed-memory.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27537.80648.patch
Type: text/x-patch
Size: 5557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161207/1b8ea116/attachment.bin>


More information about the llvm-commits mailing list