This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix assert on constant load from addrspacecasted pointer
ClosedPublic

Authored by arsenm on May 11 2021, 2:25 PM.

Details

Reviewers
hliao
rampitec
Summary

This was trying to create a bitcast between different address spaces.

Diff Detail

Event Timeline

arsenm created this revision.May 11 2021, 2:25 PM
arsenm requested review of this revision.May 11 2021, 2:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 11 2021, 2:25 PM
Herald added a subscriber: wdng. · View Herald Transcript
hliao accepted this revision.May 11 2021, 2:27 PM

Good catch! LGTM!

This revision is now accepted and ready to land.May 11 2021, 2:27 PM