[PATCH] Add address space argument to isLegalAddressingMode

Matt Arsenault Matthew.Arsenault at amd.com
Tue Nov 5 19:31:51 PST 2013


On R600/SI, accesses to some address spaces have addressing modes not available for others.

Following patches will convert the users to specify the address space.

http://llvm-reviews.chandlerc.com/D2107

Files:
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/TargetLoweringBase.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.h
  lib/Target/Hexagon/HexagonISelLowering.cpp
  lib/Target/Hexagon/HexagonISelLowering.h
  lib/Target/Mips/MipsISelLowering.cpp
  lib/Target/Mips/MipsISelLowering.h
  lib/Target/NVPTX/NVPTXISelLowering.cpp
  lib/Target/NVPTX/NVPTXISelLowering.h
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/PowerPC/PPCISelLowering.h
  lib/Target/SystemZ/SystemZISelLowering.cpp
  lib/Target/SystemZ/SystemZISelLowering.h
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  lib/Target/XCore/XCoreISelLowering.cpp
  lib/Target/XCore/XCoreISelLowering.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2107.1.patch
Type: text/x-patch
Size: 12516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131105/2502308a/attachment.bin>


More information about the llvm-commits mailing list