This is an archive of the discontinued LLVM Phabricator instance.

[NFC][mlir] Remove llvm:: prefix from SmallVector in parallel pretty printer.
ClosedPublic

Authored by DavidTruby on Sep 21 2020, 8:23 AM.

Details

Summary

This prefix is unnecessary as SmallVector is re-exported in the mlir namespace.

Diff Detail