This is an archive of the discontinued LLVM Phabricator instance.

[WIP][Flang][OpenMP] Add support for integer subtraction reduction in worksharing-loop
AbandonedPublic

Authored by DylanFleming-arm on Aug 11 2022, 7:25 AM.

Details

Reviewers
jdoerfert
Summary

Adds support for reduction of subtraction.

WIP: Currently, MLIR outputs from this patch appear correct
but when compiled and ran the wrong result is given.

Diff Detail

Event Timeline

Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 11 2022, 7:25 AM
DylanFleming-arm requested review of this revision.Aug 11 2022, 7:25 AM
DylanFleming-arm abandoned this revision.Sep 9 2022, 9:20 AM

Feature fully deprecated in D132060