Get the address space directly from the MemSDNode rather than from
the value associated with the MemOperand. This was broken for the
case when the MemOperand was a PseudoSourceValue.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | ||
---|---|---|
483–484 | I've been planning on removing these entirely. There's no reason this can't be done in tablegen and some of the address space checks are already there |
I've been planning on removing these entirely. There's no reason this can't be done in tablegen and some of the address space checks are already there