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.
Paths
| Differential D17340
SelectionDAG: Use correct addrspace when lowering memcpy ClosedPublic Authored by arsenm on Feb 17 2016, 10:08 AM.
Details
Summary This was causing assertions later from using the wrong pointer This avoids assertions in existing tests exposed by
Diff Detail Event Timelinearsenm updated this object. This revision is now accepted and ready to land.Feb 17 2016, 10:13 AM
Revision Contents
Diff 48210 lib/CodeGen/SelectionDAG/SelectionDAG.cpp
|