This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix crash when MachinePointerInfo invalid
ClosedPublic

Authored by arsenm on Mar 27 2018, 8:48 AM.

Details

Reviewers
msearles
rampitec
Summary

The combine on a select of a load only triggers for
addrspace 0, and discards the MachinePointerInfo. The
conservative default needs to be used for this.

Diff Detail

Event Timeline

arsenm created this revision.Mar 27 2018, 8:48 AM
This revision is now accepted and ready to land.Mar 27 2018, 9:01 AM
arsenm closed this revision.Mar 27 2018, 11:42 AM

r328652