This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Fix PR48387: disable warning messages caused by internal conversions.
ClosedPublic

Authored by ABataev on Dec 4 2020, 6:55 AM.

Details

Summary

Compiler needs to convert some of the loop iteration
variables/conditions to different types for better codegen and it may
lead to spurious warning messages about implicit signed/unsigned
conversions.

Diff Detail

Event Timeline

ABataev created this revision.Dec 4 2020, 6:55 AM
ABataev requested review of this revision.Dec 4 2020, 6:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 4 2020, 6:55 AM
Herald added a subscriber: sstefan1. · View Herald Transcript
jdoerfert accepted this revision.Dec 4 2020, 7:06 AM

LGTM.

This revision is now accepted and ready to land.Dec 4 2020, 7:06 AM