uint8_t types are implicitly promoted to int, leading to a
unsigned-signed comparison.
Thanks for the heads-up @uabelho.
Paths
| Differential D88876
[AMDGPU] Fix gcc warnings ClosedPublic Authored by Flakebi on Oct 6 2020, 1:48 AM.
Details
Summary uint8_t types are implicitly promoted to int, leading to a Thanks for the heads-up @uabelho.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 6 2020, 1:54 AM This revision was landed with ongoing or failed builds.Oct 6 2020, 2:01 AM Closed by commit rG9fc535f987b4: [AMDGPU] Fix gcc warnings (authored by sebastian-ne). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 296382 llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
|