mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 22:17:23 +08:00
It is quite common for the same type to be converted many types throughout the conversion process, and there isn't any good reason why we aren't caching that result. Especially given that we currently use identity conversion to signify legality. This revision also adds a few additional helpers to TypeConverter. Differential Revision: https://reviews.llvm.org/D81679
80 KiB
80 KiB