mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Instead of using the TypeConverter infer the value of the alloca created based on the init value. This will allow some ambiguous types like multidimensional vectors to be converted correctly. Differential Revision: https://reviews.llvm.org/D86582