This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Fix commuting of 32-bit VOPC instructions
ClosedPublic

Authored by tstellarAMD on Jan 26 2016, 1:55 PM.

Details

Summary

We didn't have entries in the commuting table for the 32-bit
instructions. I don't think we hit this problem now, but we
will once uniform branching is enabled. Tests will come in
a later commit.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Fix commuting of 32-bit VOPC instructions.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm accepted this revision.Jan 26 2016, 4:06 PM
arsenm edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 26 2016, 4:06 PM
This revision was automatically updated to reflect the committed changes.