This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Legalize constant 32-bit loads
ClosedPublic

Authored by arsenm on Aug 17 2019, 9:38 PM.

Details

Summary

Legalize by casting to a 64-bit constant address. This isn't how the
DAG implements it, but it should.

Diff Detail