[PATCH] D27480: [AArch64] Correct the check of simm9

Haicheng Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 13:18:22 PST 2016


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

simm9 is [-256, 255], not [-512, 511].


Repository:
  rL LLVM

https://reviews.llvm.org/D27480

Files:
  lib/Target/AArch64/AArch64ISelLowering.cpp
  test/Analysis/CostModel/AArch64/gep.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27480.80471.patch
Type: text/x-patch
Size: 3896 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161206/c6ce3167/attachment.bin>


More information about the llvm-commits mailing list