SelectionDAG: Use correct addrspace when lowering memcpy
This was causing assertions later from using the wrong pointer size with LDS operations. getOptimalMemOpType should also have address space arguments later. This avoids assertions in existing tests exposed by a future commit. llvm-svn: 261580
Loading
Please sign in to comment