This is an archive of the discontinued LLVM Phabricator instance.

[mlir][amdgpu] Fix signed/unsigned comparison for abid/cbsz comparison
ClosedPublic

Authored by rsuderman on Aug 31 2022, 3:17 PM.

Details

Summary

Unsigned/signed comparison failure due to implicit signed value.

Diff Detail

Event Timeline

rsuderman created this revision.Aug 31 2022, 3:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2022, 3:17 PM
rsuderman requested review of this revision.Aug 31 2022, 3:17 PM
stella.stamenova accepted this revision.Aug 31 2022, 3:27 PM

Thanks for taking care of this!

This revision is now accepted and ready to land.Aug 31 2022, 3:27 PM
This revision was landed with ongoing or failed builds.Aug 31 2022, 3:30 PM
This revision was automatically updated to reflect the committed changes.

Thanks for catching the bug