This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix using 2 different enums for same operand flags
ClosedPublic

Authored by arsenm on Jun 5 2019, 7:39 AM.

Details

Summary

These enums are really for the same namespace of flags set on
arbitrary MachineOperands, so merge them to avoid value collisions.

Diff Detail

Event Timeline

arsenm created this revision.Jun 5 2019, 7:39 AM
arsenm updated this revision to Diff 203150.Jun 5 2019, 7:40 AM

Attach right version of patch

This revision is now accepted and ready to land.Jun 5 2019, 11:26 AM
arsenm closed this revision.Jun 5 2019, 1:29 PM

r362640