This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Choose VMCNT, EXPCNT, LGKMCNT masks and shifts based on the isa version
ClosedPublic

Authored by kzhuravl on Sep 27 2016, 11:23 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kzhuravl updated this revision to Diff 72679.Sep 27 2016, 11:23 AM
kzhuravl retitled this revision from to [AMDGPU] Choose VMCNT, EXPCNT, LGKMCNT masks and shifts based on the isa version.
kzhuravl updated this object.
kzhuravl added a reviewer: tstellarAMD.
kzhuravl added a subscriber: llvm-commits.

I am also planning to introduce 2 new functions for encoding/decoding *CNTs instead of doing pretty much the same math in a few different places, but in a separate patch

nhaehnle accepted this revision.Sep 29 2016, 2:01 AM
nhaehnle added a reviewer: nhaehnle.

LGTM

This revision is now accepted and ready to land.Sep 29 2016, 2:01 AM
This revision was automatically updated to reflect the committed changes.