This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][FIX] Disabled optimizations have to be made known
ClosedPublic

Authored by jdoerfert on Aug 10 2021, 12:39 PM.

Details

Summary

To avoid simplification with wrong constants we need to make sure we
know that we won't perform specific optimizations based on the users
request. The non-SPMDzation and non-CustomStateMachine flags did only
prevent the final transformation but allowed to value simplification
to go ahead.

Diff Detail

Event Timeline

jdoerfert created this revision.Aug 10 2021, 12:39 PM
jdoerfert requested review of this revision.Aug 10 2021, 12:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2021, 12:39 PM
This revision is now accepted and ready to land.Aug 10 2021, 12:41 PM