This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add SmallVector sizes
ClosedPublic

Authored by tpopp on Dec 21 2020, 2:11 PM.

Details

Summary

This is a temporary fix until figuring out how to correct the forward
declare in mlir/include/mlir/Support/LLVM.h

Diff Detail

Event Timeline

tpopp created this revision.Dec 21 2020, 2:11 PM
tpopp requested review of this revision.Dec 21 2020, 2:11 PM
This revision was not accepted when it landed; it landed in state Needs Review.Dec 21 2020, 3:48 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.

What is the problem you're trying to solve here?