Details
Diff Detail
Event Timeline
lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
1478–1483 | I think that's more of a problem with the MachinePointerInfo rather than PseudoSourceValue. Actually there's already a GOT type. PseudoSourceValueManager needs an address space argument added through it. |
Address review comments and also stop using PseudoSourceValue for
the GOT address. I will add this back in in a follow up commit once
http://reviews.llvm.org/D21688 is committed.
LGTM with the one fix
lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
510 | You don't need the or_null because of the !Ptr check above |
I don't think I see anything that uses anything new from this