[PATCH] D17967: [TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 07:05:52 PST 2016


mcrosier updated this revision to Diff 50133.
mcrosier added a comment.

Use int64_t, per Matt's request.  All lit test are now passing.


http://reviews.llvm.org/D17967

Files:
  include/llvm/Target/TargetInstrInfo.h
  lib/CodeGen/ImplicitNullChecks.cpp
  lib/CodeGen/MachineScheduler.cpp
  lib/CodeGen/MachineSink.cpp
  lib/Target/AArch64/AArch64InstrInfo.cpp
  lib/Target/AArch64/AArch64InstrInfo.h
  lib/Target/AArch64/AArch64StorePairSuppress.cpp
  lib/Target/AMDGPU/SIInstrInfo.cpp
  lib/Target/AMDGPU/SIInstrInfo.h
  lib/Target/AMDGPU/SIMachineScheduler.cpp
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17967.50133.patch
Type: text/x-patch
Size: 8102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160309/1e169766/attachment.bin>


More information about the llvm-commits mailing list