This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][NFC] std::is_same || -> llvm::is_one_of
ClosedPublic

Authored by bondhugula on Mar 24 2020, 7:25 PM.

Details

Summary

Switch std::is_same disjunctions to llvm::is_one_of

Diff Detail

Event Timeline

bondhugula created this revision.Mar 24 2020, 7:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2020, 7:25 PM
rriddle accepted this revision.Mar 24 2020, 8:14 PM
This revision is now accepted and ready to land.Mar 24 2020, 8:14 PM
This revision was automatically updated to reflect the committed changes.