This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Test codegen'ing True16 additions.
ClosedPublic

Authored by kosarev on Jul 24 2023, 4:14 AM.

Details

Summary

The GlobalISel part is to be addressed later.

Diff Detail

Event Timeline

kosarev created this revision.Jul 24 2023, 4:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2023, 4:14 AM
kosarev requested review of this revision.Jul 24 2023, 4:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2023, 4:14 AM

You have 'llc: Unknown command line argument '-amdgpu-true16'. Try: '/var/lib/buildkite-agent/builds/llvm-project/build/bin/llc --help' error in testing.

kosarev updated this revision to Diff 543649.Jul 24 2023, 11:06 AM

Enable true True16 codegen with -mattr.

You have 'llc: Unknown command line argument '-amdgpu-true16'. Try: '/var/lib/buildkite-agent/builds/llvm-project/build/bin/llc --help' error in testing.

Must be because D156100 is not submitted yet?

kosarev updated this revision to Diff 545123.Jul 28 2023, 6:04 AM

Rebase on top of D156529.

kosarev updated this revision to Diff 545986.Aug 1 2023, 2:56 AM

Update to use the new feature name.

This revision is now accepted and ready to land.Aug 22 2023, 6:33 AM
This revision was landed with ongoing or failed builds.Sep 27 2023, 3:11 AM
This revision was automatically updated to reflect the committed changes.