"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "afbc02ba509be754f8abe3727eb7d1af21a731ba"
AMDGPU: Fix MMO when splitting spill
The size and offset were wrong. The size of the object was being used for the size of the access, when here it is really being split into 4-byte accesses. The underlying object size is set in the MachinePointerInfo, which also didn't have the offset set. llvm-svn: 287806
Loading
Please register or sign in to comment