Replace a usage of std::vector with SmallVector to allow constructing with non...
authorRiver Riddle <riverriddle@google.com>
Thu, 30 May 2019 21:58:28 +0000 (14:58 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 2 Jun 2019 03:11:22 +0000 (20:11 -0700)
commit4fd012cda215805a1fe34449fb7b28f6644842ba
tree9b74db57121cddfbe2059817ee2d1cec236c7a19
parent97505013c6a9bdae6d069234be007f07e9779a76
Replace a usage of std::vector with SmallVector to allow constructing with non-constant iterators on MSVC.

--

PiperOrigin-RevId: 250769027
mlir/examples/toy/Ch4/mlir/ShapeInferencePass.cpp
mlir/examples/toy/Ch5/mlir/ShapeInferencePass.cpp