This is an archive of the discontinued LLVM Phabricator instance.

Revert "[MLIR][Presburger] Use `SmallVector` instead of `std::vector` in `getLocalRepr`"
ClosedPublic

Authored by pashu123 on Feb 4 2022, 8:24 AM.

Details

Summary

This reverts commit 3cc544772848682bc77ff63db659a5aa4b3d4e6b.
SmallVector inside SmallVector are not optimized.

Diff Detail

Event Timeline

pashu123 created this revision.Feb 4 2022, 8:24 AM
pashu123 requested review of this revision.Feb 4 2022, 8:24 AM
arjunp accepted this revision.Feb 4 2022, 9:50 AM
This revision is now accepted and ready to land.Feb 4 2022, 9:50 AM