This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Handle "uniform-work-group-size" attribute (fix for RADV)
ClosedPublic

Authored by aakanksha555 on Mar 5 2019, 12:35 PM.

Details

Summary

A previous patch for "uniform-work-group-size" was found to break some RADV tests. This is a fix for those tests.

Diff Detail

Repository
rL LLVM

Event Timeline

aakanksha555 created this revision.Mar 5 2019, 12:35 PM
arsenm accepted this revision.Mar 5 2019, 1:28 PM

LGTM except for all the trailing whitespace

lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
239–242 ↗(On Diff #189380)

There's some trailing whitespace in the patch, fix before committing

test/CodeGen/AMDGPU/uniform-work-group-test.ll
1 ↗(On Diff #189380)

Missing amdhsa part of triple

This revision is now accepted and ready to land.Mar 5 2019, 1:28 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 6 2019, 4:53 PM