Avoid comparisons between types of different widths in a loop condition to...
Avoid comparisons between types of different widths in a loop condition to prevent the loop from behaving unexpectedly This change fixes the code violations flagged in AMD compute CodeQL scan - Query Description: "Comparisons between types of different widths in a loop condition can cause the loop to behave unexpectedly." Differential Revision: https://reviews.llvm.org/D120355
Loading
Please sign in to comment