Pass address space to isLegalAddressingMode in DAGCombiner
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 4 Jun 2015 16:17:34 +0000 (16:17 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 4 Jun 2015 16:17:34 +0000 (16:17 +0000)
commita1f2f389f6da8b29d15ca59ddd44c0161d1d0743
tree1086cdfd24ee68df7d750c8afed3606c7fe75064
parente0d4034b7645d3766c6bc5931b2093b88ebaeb24
Pass address space to isLegalAddressingMode in DAGCombiner

No test because I don't know of a target that makes use
of address spaces and indexed load / store.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239051 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp