This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Defined gfx909 Raven Ridge 2
ClosedPublic

Authored by tpr on Oct 19 2018, 12:29 AM.

Details

Summary

Change-Id: I5779fa1a5d0212f6abd488143bbcf8bff3d747f8

Diff Detail

Repository
rL LLVM

Event Timeline

tpr created this revision.Oct 19 2018, 12:29 AM

This also requires a clang change.

docs/AMDGPUUsage.rst
596–597 ↗(On Diff #170154)

Make 0x030 reserved.
Make 0x031 gfx909.

include/llvm/BinaryFormat/ELF.h
704 ↗(On Diff #170154)

Can you change it 0x031?

708 ↗(On Diff #170154)

Can you change it to 0x030?

include/llvm/Support/TargetParser.h
323 ↗(On Diff #170154)

This needs to be updated.

tpr updated this revision to Diff 170578.Oct 23 2018, 12:53 AM

V2: Addressed review comments.

This revision is now accepted and ready to land.Oct 23 2018, 9:42 AM
This revision was automatically updated to reflect the committed changes.