Extract common code to deal with multidimensional vectors.
authorAdrian Kuegel <akuegel@google.com>
Fri, 6 Mar 2020 12:04:37 +0000 (13:04 +0100)
committerAdrian Kuegel <akuegel@google.com>
Fri, 6 Mar 2020 12:54:54 +0000 (13:54 +0100)
commit86306df7dd2a8e60d88c6306956080b53ac95589
treecdb05b80083bc08f1b1ecb907110c0cbfd414be9
parent6ef953c2d649cdc4df631c6cfdd54690f4914f4c
Extract common code to deal with multidimensional vectors.

Summary: Also replace dyn_cast_or_null with dyn_cast when possible.

Differential Revision: https://reviews.llvm.org/D75733
mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp