This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Correct definitions for bitset instructions
ClosedPublic

Authored by arsenm on Feb 22 2019, 2:06 PM.

Details

Summary

These really read and write the result register, so these need a tied
input.

Diff Detail

Event Timeline

arsenm created this revision.Feb 22 2019, 2:06 PM

It's covered by the existing tests. I don't think there was a real observable problem since this runs so late

This revision is now accepted and ready to land.Feb 22 2019, 2:40 PM
arsenm closed this revision.Feb 25 2019, 11:24 AM

r354809