This is an archive of the discontinued LLVM Phabricator instance.

Prevent comparison with wider type in loop condition
ClosedPublic

Authored by aakanksha555 on Mar 24 2022, 6:36 PM.

Details

Summary

This change fixes the code violations flagged in AMD compute CodeQL scan - "comparison-with-wider-type"

Diff Detail

Event Timeline

aakanksha555 created this revision.Mar 24 2022, 6:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2022, 6:36 PM
aakanksha555 requested review of this revision.Mar 24 2022, 6:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2022, 6:36 PM
tpr accepted this revision.Mar 25 2022, 2:45 AM

LGTM if clang-format thing is fixed.

This revision is now accepted and ready to land.Mar 25 2022, 2:45 AM