This is an archive of the discontinued LLVM Phabricator instance.

Initialize RelativeRel for AMDGPU.
ClosedPublic

Authored by ruiu on Aug 31 2016, 1:47 PM.

Details

Summary

Target->RelativeRel is used for all platforms, but AMDGPU did
not send that member.

Fixes bug 30227 - RelativeRel is used, but not initialized for AMDGPU.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 69899.Aug 31 2016, 1:47 PM
ruiu retitled this revision from to Initialize RelativeRel for AMDGPU..
ruiu updated this object.
ruiu added a reviewer: krasin.
ruiu added a subscriber: llvm-commits.
krasin accepted this revision.Aug 31 2016, 2:03 PM
krasin edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 31 2016, 2:03 PM
This revision was automatically updated to reflect the committed changes.