mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
* This is useful when you need to build mixed array from external static/dynamic arrays (e.g. from adaptor during dialect conversion) * Also, to reduce C++ code in td and generated files Differential Revision: https://reviews.llvm.org/D117106