This is an archive of the discontinued LLVM Phabricator instance.

Remove unimplemented interfaces for Character[Min|Max][Val|Loc]. NFC
ClosedPublic

Authored by rovka on Apr 27 2021, 4:28 AM.

Details

Summary

MAXVAL, MINVAL, MAXLOC and MINLOC are already implemented in extrema.cpp
as MaxvalCharacter, MinvalDim etc. Therefore, the interfaces in
character.h are redundant and should be removed to avoid confusion.

Diff Detail

Event Timeline

rovka requested review of this revision.Apr 27 2021, 4:28 AM
rovka created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2021, 4:28 AM
klausler accepted this revision.Apr 27 2021, 9:55 AM
This revision is now accepted and ready to land.Apr 27 2021, 9:55 AM